summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorshibuya246 <[email protected]>2013-07-01 19:51:32 +0900
committershibuya246 <[email protected]>2013-07-01 19:51:32 +0900
commit29a963c14f4acfdb530e10384550b728e6d47b69 (patch)
treef5e8761fdbe947222661dc86e65946ffb8eb3823 /templates
parent776b19536df2e01d8d5363c3a8647f3a24417b6b (diff)
add <source><title> to feed rss output
Diffstat (limited to 'templates')
-rw-r--r--templates/generated_feed.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/generated_feed.txt b/templates/generated_feed.txt
index 6bfa50b1b..6a673e866 100644
--- a/templates/generated_feed.txt
+++ b/templates/generated_feed.txt
@@ -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 -->