From 381a8bdc522f8a9be9d84c27ddacb0ab31a85009 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Jun 2021 20:56:32 +0200 Subject: fix rss renderer --- template/rss.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/rss.xml.j2') diff --git a/template/rss.xml.j2 b/template/rss.xml.j2 index 3ffe6d38..482a0896 100644 --- a/template/rss.xml.j2 +++ b/template/rss.xml.j2 @@ -36,7 +36,7 @@ - {{ get_abstract(newspostitem['page'], 1000) }} + {{ get_abstract('news/' + newspostitem['page'], 1000) }} ]]> -- cgit v1.2.3