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.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/template/rss.xml.j2 b/template/rss.xml.j2
index d0197c00..7bd463cc 100644
--- a/template/rss.xml.j2
+++ b/template/rss.xml.j2
@@ -35,9 +35,13 @@
35 <title>{{ newspostitem['title']|e }}</title> 35 <title>{{ newspostitem['title']|e }}</title>
36 <description> 36 <description>
37 <![CDATA[ 37 <![CDATA[
38 <html>
39 <body>
38 {% filter extract_body %} 40 {% filter extract_body %}
39 {% include (newspostitem['page'] + ".j2") %} 41 {% include (newspostitem['page'] + ".j2") %}
40 {% endfilter %} 42 {% endfilter %}
43 </body>
44 </html>
41 ]]> 45 ]]>
42 </description> 46 </description>
43 </item> 47 </item>