diff options
author | Benedict Eastaugh <benedict@eastaugh.net> | 2011-08-30 14:32:21 +0100 |
---|---|---|
committer | Benedict Eastaugh <benedict@eastaugh.net> | 2011-08-30 14:32:21 +0100 |
commit | de84d7e9ea0c620040b33bd1ec02977360923754 (patch) | |
tree | bcd24953d9562bd02c1c475531fb98e24d6eff2b /data | |
parent | de01fdf9dd0144adbdcce8759e98c50e61e6055d (diff) | |
download | hakyll-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.xml | 2 |
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> |