1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-06-06 08:58:41 +02:00

Merge pull request #25 from gauthierl/back_to_top_link

the "Back on top" link is not translatable.
This commit is contained in:
2016-12-09 17:03:05 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@ -30,3 +30,6 @@
- id: cookieDismiss - id: cookieDismiss
translation: "Got it!" translation: "Got it!"
- id: backToTop
translation: "Back to top"

View File

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