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:
Lars Olesen
2018-03-29 18:45:29 +02:00
committed by Michael Rose
parent b04f420b9f
commit 69fc984e9e
4 changed files with 6 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ 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' }} &uarr;</a>
<a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
</section>
{% endif %}
{% endfor %}

View File

@@ -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' }} &uarr;</a>
<a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
</section>
{% endfor %}
{% endfor %}

View File

@@ -41,7 +41,7 @@ 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' }} &uarr;</a>
<a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
</section>
{% endif %}
{% endfor %}