diff options
author | uvok cheetah | 2024-12-10 18:41:09 +0100 |
---|---|---|
committer | uvok cheetah | 2024-12-10 18:41:09 +0100 |
commit | 15794ae6897e6f64679901ed703c74c1d3485c39 (patch) | |
tree | 0bbf75f4bbe5cf63e30b0cd6d7c361169d59684c /_layouts/postlist.html | |
parent | cbe35821d7d1c436c96b3a7805faed82688bc06c (diff) |
Add German flag / marking
Diffstat (limited to '_layouts/postlist.html')
-rw-r--r-- | _layouts/postlist.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/postlist.html b/_layouts/postlist.html index 9e679a7..67a1d48 100644 --- a/_layouts/postlist.html +++ b/_layouts/postlist.html @@ -26,6 +26,7 @@ layout: default <li> {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} <span class="post-meta">{{ post.date | date: date_format }}</span> + {%- if post.lang == 'de' %} <img src='/assets/de.png' alt='german flag'/>{%- endif -%} <div lang="{{ post.lang | default: site.lang | default: "en" }}"> <h3> <a class="post-link" href="{{ post.url | relative_url }}"> |