summaryrefslogtreecommitdiff
path: root/_layouts/postlist.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/postlist.html')
-rw-r--r--_layouts/postlist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/postlist.html b/_layouts/postlist.html
index 0143919..ad70c56 100644
--- a/_layouts/postlist.html
+++ b/_layouts/postlist.html
@@ -4,7 +4,7 @@ layout: default
<div class="home">
{% for item in site.data.news %}
- <div id="{{ item.id }}" class="news-item">
+ <div id="{{ item.id }}" class="news-item" lang="{{ item.lang | default: "en" }}">
<a class="banner-close-button">&lbrack;&times;&rbrack;</a>
{{ item.content }}
</div>