diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/postlist.html | 2 |
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">[×]</a> {{ item.content }} </div> |