1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 19:37:29 -05:00

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

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