From 58a4720468915f38eb6455e7e8bef95992091c8b Mon Sep 17 00:00:00 2001 From: MG-5 Date: Wed, 25 Oct 2023 13:28:58 +0200 Subject: [PATCH] Add "More blog entries" button --- _data/language.yml | 1 + _includes/blog/small_blog.liquid | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/_data/language.yml b/_data/language.yml index 377d5b2..2586dbf 100644 --- a/_data/language.yml +++ b/_data/language.yml @@ -15,6 +15,7 @@ str_no_result_found: "No result found" 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_months: [January, February, March, April, May, June, July, August, September, October, November, December] +str_more_blog_entries: "Mehr Blogeinträge..." # Localization settings cusdis_lang: # zh-cn, es, tr, pt-BR diff --git a/_includes/blog/small_blog.liquid b/_includes/blog/small_blog.liquid index baeae0a..8f9f80f 100644 --- a/_includes/blog/small_blog.liquid +++ b/_includes/blog/small_blog.liquid @@ -32,4 +32,10 @@ {% endfor %} +
+ + {{ site.data.language.str_more_blog_entries | default: 'More blog entries' }} + +