summaryrefslogtreecommitdiff
path: root/data/templates/rss-item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/rss-item.xml')
-rw-r--r--data/templates/rss-item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/rss-item.xml b/data/templates/rss-item.xml
index 794a036..fcfc2a5 100644
--- a/data/templates/rss-item.xml
+++ b/data/templates/rss-item.xml
@@ -3,4 +3,6 @@
<link>$absolute/$url</link>
<description>$description</description>
<pubDate>$timestamp</pubDate>
+ <!-- We use the link as id. -->
+ <guid>$absolute/$url</guid>
</item>