diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2025-02-21 21:27:31 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2025-02-21 21:27:31 +0100 |
commit | 55e5a75b20469629f1a958c12dfee823527078a1 (patch) | |
tree | a92eb722113ce8123e01f3909f58db2eb189ed0b /template | |
parent | 2a81482dd6d2a17a253e83becc6a042010680c9d (diff) |
rss feed: full articles
Diffstat (limited to 'template')
-rw-r--r-- | template/rss-item.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/rss-item.xml b/template/rss-item.xml index 0a86187..f27bf1a 100644 --- a/template/rss-item.xml +++ b/template/rss-item.xml @@ -1,7 +1,9 @@ <item> <title>$title</title> <link>$link</link> -<description>$description</description> +<description><![CDATA[ +$description +]]></description> <guid isPermaLink="false">$guid</guid> <pubDate>$pubDate</pubDate> </item> |