Make <hr> inside the footer instead of outside

This commit is contained in:
2021-10-18 14:52:43 -05:00
parent 3e799b0418
commit 1c6d88333f

View File

@ -15,8 +15,8 @@
</div>
{{ with .Site.Copyright }}
<hr>
<footer>
<hr>
{{ . | safeHTML }}
</footer>
{{ end }}