From feb258df10acfa7ed1e356c0cd33c4ab3db3c7a4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Jul 2020 22:21:46 +0200 Subject: try to fix 'read more' issue --- template/index.html.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template/index.html.j2') diff --git a/template/index.html.j2 b/template/index.html.j2 index e74f82cd..5720ce23 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -1,6 +1,5 @@ {% extends "common/base.j2" %} {% block body_content %} - {% import 'inc/news.macro.j2' as news %}
@@ -12,7 +11,7 @@
{% for item in newsdata[:1] %} - {{ news.tinylinkpreview(item, prefix="news/") }} + {{ item['date'] }}: {{ item['title'] }} {% endfor %}
-- cgit v1.2.3