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

layouts/_default/baseof.html: Revert to simple "read more" link

Prepending the site's URL to relative links was a hack but at the
time I couldn't understand why href="#" didn't take us to the top
of the page. It turns out that this was because of the <base> tag
that I have now removed.
This commit is contained in:
Alan Orth 2017-01-05 15:23:09 +02:00
parent fa0df752a1
commit af39372a24
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -75,7 +75,7 @@
{{ end }}
</p>
<p>
<a href="{{ .Permalink }}#">{{ i18n "backToTop" }}</a>
<a href="#">{{ i18n "backToTop" }}</a>
</p>
</footer>