]> git.wh0rd.org - tt-rss.git/blobdiff - templates/generated_feed.txt
make generated_feed parameters optional, add specific date type for RSS feeds
[tt-rss.git] / templates / generated_feed.txt
index dff67cf7e0e20d19bcab6c0eccefea670c9736b1..6bfa50b1beacffc28c73b54f0a3c97e08d68fe88 100644 (file)
@@ -4,7 +4,7 @@
 <feed xmlns="http://www.w3.org/2005/Atom">
 <title>${FEED_TITLE}</title>
 <generator uri="http://tt-rss.org/">Tiny Tiny RSS/${VERSION}</generator>
-<updated>${ARTICLE_UPDATED}</updated>
+<updated>${ARTICLE_UPDATED_ATOM}</updated>
 <id>${FEED_URL}</id>
 <link href="${FEED_URL}" rel="self"/>
 <!-- $BeginBlock feed_hub -->
@@ -18,7 +18,7 @@
        <title>${ARTICLE_TITLE}</title>
        <summary type="html"><![CDATA[${ARTICLE_EXCERPT}]]></summary>
        <content type="html"><![CDATA[${ARTICLE_CONTENT}]]></content>
-       <updated>${ARTICLE_UPDATED}</updated>
+       <updated>${ARTICLE_UPDATED_ATOM}</updated>
        <author><name>${ARTICLE_AUTHOR}</name></author>
 <!-- $BeginBlock category -->
        <category term="${ARTICLE_CATEGORY}"/>