summaryrefslogtreecommitdiff
path: root/data/templates/rss-item.xml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-03-08 21:42:56 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-03-08 21:42:56 +0100
commit45459c3a2086aa47f35b90ecc5e658fdc72e7982 (patch)
tree2f0598c3aea058ebff9029dd8b55f1ec9907c36e /data/templates/rss-item.xml
parent64b640f97d00c119ef4ed4c8ccf8e588226bfcad (diff)
downloadhakyll-45459c3a2086aa47f35b90ecc5e658fdc72e7982.tar.gz
Added renderAtom, feeds now validate.
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>