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> </div>
{{ with .Site.Copyright }} {{ with .Site.Copyright }}
<hr>
<footer> <footer>
<hr>
{{ . | safeHTML }} {{ . | safeHTML }}
</footer> </footer>
{{ end }} {{ end }}