summaryrefslogtreecommitdiff
path: root/data/templates/rss-item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/rss-item.xml')
-rw-r--r--data/templates/rss-item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/rss-item.xml b/data/templates/rss-item.xml
index f8f9fcf..70126ac 100644
--- a/data/templates/rss-item.xml
+++ b/data/templates/rss-item.xml
@@ -2,6 +2,6 @@
<title>$title$</title>
<link>$root$$url$</link>
<description><![CDATA[$description$]]></description>
- <pubDate>$timestamp$</pubDate>
+ <pubDate>$published$</pubDate>
<guid>$root$$url$</guid>
</item>