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