Fix UI-text variable and add Danish Translation for Back to top (#1598)
* Added Danish Translation for Back to top * Update categories.html * Update tags.html * Update posts.html
This commit is contained in:
committed by
Michael Rose
parent
b04f420b9f
commit
69fc984e9e
@@ -24,6 +24,6 @@ layout: archive
|
||||
{% include archive-single.html type=page.entries_layout %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<a href="#page-title" class="back-to-top">{{ site.data.text[site.locale].back_to_top | default: 'Back to Top' }} ↑</a>
|
||||
<a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑</a>
|
||||
</section>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user