From aaf8e383ff6017e8cb57d1070c0042b68bdc026d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 May 2021 13:23:13 +0200 Subject: use generic site generation, use teaser helpers --- template/news/index.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/news') diff --git a/template/news/index.html.j2 b/template/news/index.html.j2 index 207fa801..65b44add 100644 --- a/template/news/index.html.j2 +++ b/template/news/index.html.j2 @@ -29,8 +29,8 @@

- {{ item['abstract'] }}
- [{{ _("read more") }}] + {{ get_abstract(item['page'], 1000) }}
+ [{{ _("read more") }}]

-- cgit v1.2.3