1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00

Add Permalink as prefix to back to top link href. (#22)

This commit is contained in:
DeedleFake 2016-11-29 10:07:28 -05:00 committed by Alan Orth
parent ba80215596
commit d0c9781d74

View File

@ -77,7 +77,7 @@
{{ end }}
</p>
<p>
<a href="#">Back to top</a>
<a href="{{ .Permalink }}#">Back to top</a>
</p>
</footer>