]> git.wh0rd.org - tt-rss.git/commitdiff
add <source><title> to feed rss output
authorshibuya246 <blog@shibuya246.com>
Mon, 1 Jul 2013 10:51:32 +0000 (19:51 +0900)
committershibuya246 <blog@shibuya246.com>
Mon, 1 Jul 2013 10:51:32 +0000 (19:51 +0900)
templates/generated_feed.txt

index 6bfa50b1beacffc28c73b54f0a3c97e08d68fe88..6a673e86677393caa9a0d3c23eee6d8e6ca0d03f 100644 (file)
@@ -20,6 +20,7 @@
        <content type="html"><![CDATA[${ARTICLE_CONTENT}]]></content>
        <updated>${ARTICLE_UPDATED_ATOM}</updated>
        <author><name>${ARTICLE_AUTHOR}</name></author>
+       <source><title>${ARTICLE_SOURCE_TITLE}</title></source>
 <!-- $BeginBlock category -->
        <category term="${ARTICLE_CATEGORY}"/>
 <!-- $EndBlock category -->