1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 17:57:04 +01:00

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

This commit is contained in:
Alan Orth 2016-10-09 13:45:38 +03:00
parent 142d330048
commit 6e84974d2a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

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>. 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 }} {{ end }}
</p> </p>
<p>
<a href="#">Back to top</a>
</p>
</footer> </footer>
</body> </body>