aboutsummaryrefslogtreecommitdiff
path: root/template/rss.xml.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-21 21:08:44 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-21 21:08:44 +0200
commit1a22383c86f5226185b4aef9049c948e7edb70f7 (patch)
tree99ac5af7e11db35b497000d488c25d7f3347dd39 /template/rss.xml.j2
parent30266fb3cb4d2355510736971af8506029373b00 (diff)
downloadwww-1a22383c86f5226185b4aef9049c948e7edb70f7.tar.gz
www-1a22383c86f5226185b4aef9049c948e7edb70f7.zip
fix RSS links
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>