Support a copyright notice footer

This commit is contained in:
2021-10-17 20:17:12 -05:00
parent 9f46c35bc0
commit f56b9028b3
2 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,13 @@
{{ .Content }}
{{- end }}
</div>
{{ with .Site.Copyright }}
<hr>
<footer>
{{ . | safeHTML }}
</footer>
{{ end }}
</body>
</html>