summaryrefslogtreecommitdiff
path: root/template/rss-item.xml
diff options
context:
space:
mode:
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>