summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorjustauser <[email protected]>2013-07-07 13:54:10 -0400
committerjustauser <[email protected]>2013-07-07 13:54:10 -0400
commite4e9ac1fc288d6715f6419cd4c8a44386362ecf0 (patch)
treec92f9b0f8790866881cd0fbe230ee0d35dfb09b2 /templates
parent47fecba235400e0d7a5a7c54c9ff201c0840deec (diff)
parent1016a4ef38aba68bc6106015b10d6d3970b72d5e (diff)
Merge branch 'master' of http://github.com/gothfox/Tiny-Tiny-RSS
updating from github]
Diffstat (limited to 'templates')
-rw-r--r--templates/generated_feed.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/generated_feed.txt b/templates/generated_feed.txt
index 6bfa50b1b..c1f921c45 100644
--- a/templates/generated_feed.txt
+++ b/templates/generated_feed.txt
@@ -20,6 +20,9 @@
<content type="html"><![CDATA[${ARTICLE_CONTENT}]]></content>
<updated>${ARTICLE_UPDATED_ATOM}</updated>
<author><name>${ARTICLE_AUTHOR}</name></author>
+ <source>
+ <link rel="self" href="${ARTICLE_SOURCE_LINK}"/>
+ <title>${ARTICLE_SOURCE_TITLE}</title></source>
<!-- $BeginBlock category -->
<category term="${ARTICLE_CATEGORY}"/>
<!-- $EndBlock category -->