diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-03-08 19:04:53 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-03-08 19:04:53 +0100 |
commit | 64b640f97d00c119ef4ed4c8ccf8e588226bfcad (patch) | |
tree | 94e6d9c4ec3aa852268b4c4046a51bdcc05c4a71 /data | |
parent | d023eb5bf66bd45c1460c9dd331af409d8294763 (diff) | |
download | hakyll-64b640f97d00c119ef4ed4c8ccf8e588226bfcad.tar.gz |
Added RSS date for items.
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/rss-item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/rss-item.xml b/data/templates/rss-item.xml index 2166a25..794a036 100644 --- a/data/templates/rss-item.xml +++ b/data/templates/rss-item.xml @@ -2,4 +2,5 @@ <title>$title</title> <link>$absolute/$url</link> <description>$description</description> + <pubDate>$timestamp</pubDate> </item> |