summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBenedict Eastaugh <benedict@eastaugh.net>2011-08-30 14:32:21 +0100
committerBenedict Eastaugh <benedict@eastaugh.net>2011-08-30 14:32:21 +0100
commitde84d7e9ea0c620040b33bd1ec02977360923754 (patch)
treebcd24953d9562bd02c1c475531fb98e24d6eff2b /data
parentde01fdf9dd0144adbdcce8759e98c50e61e6055d (diff)
downloadhakyll-de84d7e9ea0c620040b33bd1ec02977360923754.tar.gz
Put post publication timestamp into atom:published field rather than atom:updated.
Diffstat (limited to 'data')
-rw-r--r--data/templates/atom-item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/atom-item.xml b/data/templates/atom-item.xml
index e9185f2..4f5aeaf 100644
--- a/data/templates/atom-item.xml
+++ b/data/templates/atom-item.xml
@@ -2,6 +2,6 @@
<title>$title$</title>
<link href="$root$$url$" />
<id>$root$$url$</id>
- <updated>$timestamp$</updated>
+ <published>$timestamp$</published>
<summary type="html"><![CDATA[$description$]]></summary>
</entry>