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.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/rss.xml.j2 b/template/rss.xml.j2
index d0197c00..6ee0a279 100644
--- a/template/rss.xml.j2
+++ b/template/rss.xml.j2
@@ -36,7 +36,7 @@
36 <description> 36 <description>
37 <![CDATA[ 37 <![CDATA[
38 {% filter extract_body %} 38 {% filter extract_body %}
39 {% include (newspostitem['page'] + ".j2") %} 39 {% include ('news/' + newspostitem['page'] + ".j2") %}
40 {% endfilter %} 40 {% endfilter %}
41 ]]> 41 ]]>
42 </description> 42 </description>