summaryrefslogtreecommitdiff
path: root/data/templates/rss-item.xml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-01-07 12:57:28 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-01-07 12:59:51 +0100
commitc6fcb2f39d31261d99d97f2ff093180cf7512af5 (patch)
tree1c808055e39772c71d96b33a292edc34ea9f06e2 /data/templates/rss-item.xml
parentf2cb3a0038b1005eb8e2ba296b71985e7f36e06f (diff)
downloadhakyll-c6fcb2f39d31261d99d97f2ff093180cf7512af5.tar.gz
Include atom:updated in Atom feeds
Closes gh-49
Diffstat (limited to 'data/templates/rss-item.xml')
-rw-r--r--data/templates/rss-item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/rss-item.xml b/data/templates/rss-item.xml
index f8f9fcf..70126ac 100644
--- a/data/templates/rss-item.xml
+++ b/data/templates/rss-item.xml
@@ -2,6 +2,6 @@
<title>$title$</title>
<link>$root$$url$</link>
<description><![CDATA[$description$]]></description>
- <pubDate>$timestamp$</pubDate>
+ <pubDate>$published$</pubDate>
<guid>$root$$url$</guid>
</item>