Add "More blog entries" button

This commit is contained in:
MG-5 2023-10-25 13:28:58 +02:00
parent 85f5b3dac8
commit 58a4720468
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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>