mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 09:33:18 +01:00
Add "More blog entries" button
This commit is contained in:
parent
85f5b3dac8
commit
58a4720468
2 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,7 @@ str_no_result_found: "No result found"
|
||||||
str_cookie_approve: "Approve"
|
str_cookie_approve: "Approve"
|
||||||
str_cookie_disclaimer: "We would like to use third party cookies and scripts to improve the functionality of this website."
|
str_cookie_disclaimer: "We would like to use third party cookies and scripts to improve the functionality of this website."
|
||||||
str_months: [January, February, March, April, May, June, July, August, September, October, November, December]
|
str_months: [January, February, March, April, May, June, July, August, September, October, November, December]
|
||||||
|
str_more_blog_entries: "Mehr Blogeinträge..."
|
||||||
|
|
||||||
# Localization settings
|
# Localization settings
|
||||||
cusdis_lang: # zh-cn, es, tr, pt-BR
|
cusdis_lang: # zh-cn, es, tr, pt-BR
|
||||||
|
|
|
@ -32,4 +32,10 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<center>
|
||||||
|
<a aria-label="{{ site.data.language.str_more_blog_entries | default: 'More blog entries' }}" href="/blog"
|
||||||
|
{% unless site.posts %}style="visibility:hidden"{% endunless %} class="button">
|
||||||
|
{{ site.data.language.str_more_blog_entries | default: 'More blog entries' }}
|
||||||
|
</a>
|
||||||
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue