summaryrefslogtreecommitdiff
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 872e5513..9b58fb7a 100644
--- a/template/rss.xml.j2
+++ b/template/rss.xml.j2
@@ -36,7 +36,7 @@
<description>
<![CDATA[
<article>
- {{ newspostitem['content'] }}
+ {{ get_abstract(newspostitem['page'], 1000) }}
</article>
]]>
</description>