summaryrefslogtreecommitdiff
path: root/data/templates/atom.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.xml
parentf2cb3a0038b1005eb8e2ba296b71985e7f36e06f (diff)
downloadhakyll-c6fcb2f39d31261d99d97f2ff093180cf7512af5.tar.gz
Include atom:updated in Atom feeds
Closes gh-49
Diffstat (limited to 'data/templates/atom.xml')
-rw-r--r--data/templates/atom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/atom.xml b/data/templates/atom.xml
index 5a7c0cf..4a4eaaf 100644
--- a/data/templates/atom.xml
+++ b/data/templates/atom.xml
@@ -7,6 +7,6 @@
<author>
<name>$authorName$</name>
</author>
- <updated>$timestamp$</updated>
+ <updated>$updated$</updated>
$body$
</feed>