summaryrefslogtreecommitdiff
path: root/template/rss-item.xml
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2022-08-10 18:42:13 +0200
committerVincent Douillet <vincent@vdouillet.fr>2022-08-10 19:11:42 +0200
commit51497a91d412dd7f03824ec58a039d371e8b1bfa (patch)
tree87a0694e806fc5b7feeba7defef4754669329376 /template/rss-item.xml
parentc8a6c4eed5011758d8eaa18639cc546b017d922b (diff)
rss feed: add description
Diffstat (limited to 'template/rss-item.xml')
-rw-r--r--template/rss-item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/rss-item.xml b/template/rss-item.xml
index 77b6e88..0a86187 100644
--- a/template/rss-item.xml
+++ b/template/rss-item.xml
@@ -2,6 +2,6 @@
<title>$title</title>
<link>$link</link>
<description>$description</description>
-<guid>$guid</guid>
+<guid isPermaLink="false">$guid</guid>
<pubDate>$pubDate</pubDate>
</item>