summaryrefslogtreecommitdiff
path: root/templates/rssitem.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-12 10:43:22 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-12 10:43:22 -0400
commit0fe87efc348643e30405f2d50c8498c971b99af4 (patch)
tree022daf42e8750b7dd5e1eb7a3b4d7874530fed8d /templates/rssitem.tmpl
parenta0f596b6ed4594011b07cf7af2d2d55aa78d8be1 (diff)
parent9c6444bf681ec48e3832282906d1d2cfad586cb5 (diff)
Merge commit 'smcv/force-uuids' into force-uuids
Diffstat (limited to 'templates/rssitem.tmpl')
-rw-r--r--templates/rssitem.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl
index f22e5e3fb..4e2020269 100644
--- a/templates/rssitem.tmpl
+++ b/templates/rssitem.tmpl
@@ -5,7 +5,11 @@
<TMPL_ELSE>
<title><TMPL_VAR TITLE></title>
</TMPL_IF>
- <guid><TMPL_VAR URL></guid>
+ <TMPL_IF NAME="UUID">
+ <guid isPermaLink="no"><TMPL_VAR UUID></guid>
+ <TMPL_ELSE>
+ <guid><TMPL_VAR URL></guid>
+ </TMPL_IF>
<link><TMPL_VAR PERMALINK></link>
<TMPL_IF NAME="CATEGORIES">
<TMPL_LOOP NAME="CATEGORIES">