aboutsummaryrefslogtreecommitdiff
path: root/template/rss.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/rss.xml.j2')
-rw-r--r--template/rss.xml.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/template/rss.xml.j2 b/template/rss.xml.j2
index 3ffe6d38..d0197c00 100644
--- a/template/rss.xml.j2
+++ b/template/rss.xml.j2
@@ -35,9 +35,9 @@
35 <title>{{ newspostitem['title']|e }}</title> 35 <title>{{ newspostitem['title']|e }}</title>
36 <description> 36 <description>
37 <![CDATA[ 37 <![CDATA[
38 <article> 38 {% filter extract_body %}
39 {{ get_abstract(newspostitem['page'], 1000) }} 39 {% include (newspostitem['page'] + ".j2") %}
40 </article> 40 {% endfilter %}
41 ]]> 41 ]]>
42 </description> 42 </description>
43 </item> 43 </item>