mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 00:52:19 +01:00
the "Back on top" link is now translatable.
This commit is contained in:
parent
5c4f7a3cb5
commit
89f87e050b
@ -30,3 +30,6 @@
|
||||
|
||||
- id: cookieDismiss
|
||||
translation: "Got it!"
|
||||
|
||||
- id: backToTop
|
||||
translation: "Back to top"
|
||||
|
@ -77,7 +77,7 @@
|
||||
{{ end }}
|
||||
</p>
|
||||
<p>
|
||||
<a href="{{ .Permalink }}#">Back to top</a>
|
||||
<a href="{{ .Permalink }}#">{{ i18n "backToTop" }}</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user