Tweak formatting of the copyright footer

This commit is contained in:
2021-10-18 17:29:39 -05:00
parent 1c6d88333f
commit c4e7258d69
2 changed files with 12 additions and 3 deletions

View File

@ -17,7 +17,12 @@
{{ with .Site.Copyright }}
<footer>
<hr>
{{ . | safeHTML }}
<small>
&copy;
{{ now.Format "2006" }}
{{ $.Site.Author.name }}
{{ . | safeHTML }}
</small>
</footer>
{{ end }}
</body>