summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authoruvok cheetah2023-10-30 17:02:03 +0100
committeruvok cheetah2023-10-30 17:02:03 +0100
commitbbd1523c2b4456ec25f98c5b3a7550ad8df1113d (patch)
tree8c82f734464449eba61e00bbe6bd4452a5bb9508 /_layouts
parent2d7d7a7c18030b31717a97ffe7bf58831acccb0c (diff)
Make news an include
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/postlist.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/_layouts/postlist.html b/_layouts/postlist.html
index f555146..f50748e 100644
--- a/_layouts/postlist.html
+++ b/_layouts/postlist.html
@@ -3,12 +3,7 @@ layout: default
---
<div class="home">
- {% for item in site.data.news %}
- <div id="{{ item.id }}" class="news-item" lang="{{ item.lang | default: "en" }}">
- <a class="banner-close-button">&lbrack;&times;&rbrack;</a>
- {{ item.content }}
- </div>
- {% endfor %}
+ {% include news.html %}
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }}</h1>