diff options
| author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-08-30 07:47:52 -0700 |
|---|---|---|
| committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-08-30 07:47:52 -0700 |
| commit | bf4115eb0fad1a3b7a0ce5dc71b55045df30995b (patch) | |
| tree | bcd24953d9562bd02c1c475531fb98e24d6eff2b | |
| parent | de01fdf9dd0144adbdcce8759e98c50e61e6055d (diff) | |
| parent | de84d7e9ea0c620040b33bd1ec02977360923754 (diff) | |
| download | hakyll-bf4115eb0fad1a3b7a0ce5dc71b55045df30995b.tar.gz | |
Merge pull request #38 from beastaugh/atom
Put post publication timestamp into an atom:published field rather than an atom:updated field
| -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> |
