summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-07 00:59:23 +0400
committerAndrew Dolgov <[email protected]>2013-07-07 00:59:23 +0400
commitfcf6bfba328fb7774e8f1c8da2b4d62577c959c1 (patch)
tree459443e032f2d1421b5c4802994641d841ea14c1 /templates
parent4b7ebe93a8a59a3bd2e7fb820795314be3db51ce (diff)
syndicated feeds: add orig_guid to optionally alter item id to workaround duplicate checking for syndicated content; add <link> element to <source>
Diffstat (limited to 'templates')
-rw-r--r--templates/generated_feed.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/generated_feed.txt b/templates/generated_feed.txt
index 6a673e866..c1f921c45 100644
--- a/templates/generated_feed.txt
+++ b/templates/generated_feed.txt
@@ -20,7 +20,9 @@
<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>
+ <source>
+ <link rel="self" href="${ARTICLE_SOURCE_LINK}"/>
+ <title>${ARTICLE_SOURCE_TITLE}</title></source>
<!-- $BeginBlock category -->
<category term="${ARTICLE_CATEGORY}"/>
<!-- $EndBlock category -->