summaryrefslogtreecommitdiff
path: root/data/templates/atom-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/atom-item.xml
parentf2cb3a0038b1005eb8e2ba296b71985e7f36e06f (diff)
downloadhakyll-c6fcb2f39d31261d99d97f2ff093180cf7512af5.tar.gz
Include atom:updated in Atom feeds
Closes gh-49
Diffstat (limited to 'data/templates/atom-item.xml')
-rw-r--r--data/templates/atom-item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/templates/atom-item.xml b/data/templates/atom-item.xml
index 4f5aeaf..ab26432 100644
--- a/data/templates/atom-item.xml
+++ b/data/templates/atom-item.xml
@@ -2,6 +2,7 @@
<title>$title$</title>
<link href="$root$$url$" />
<id>$root$$url$</id>
- <published>$timestamp$</published>
+ <published>$published$</published>
+ <updated>$updated$</updated>
<summary type="html"><![CDATA[$description$]]></summary>
</entry>