1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-07 21:16:00 +02:00

layouts/_default/baseof.html: Add "back to top" link in footer

This commit is contained in:
2016-10-09 13:45:38 +03:00
parent 142d330048
commit 6e84974d2a

View File

@ -61,6 +61,9 @@
Blog template created by <a href="https://twitter.com/mdo">@mdo</a>, ported to Hugo by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
{{ end }}
</p>
<p>
<a href="#">Back to top</a>
</p>
</footer>
</body>