aboutsummaryrefslogtreecommitdiff
path: root/templates/rssitem.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-21 17:16:24 +0000
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-21 17:16:24 +0000
commit9e5f504e1a9c428580c17e13fc1f76bc38727e3c (patch)
tree14594ed704c722df357704ec8b9981f622a02cfb /templates/rssitem.tmpl
parent3feebe31b61c04422c29d2e0c7c6f018b7772e29 (diff)
downloadikiwiki-9e5f504e1a9c428580c17e13fc1f76bc38727e3c.tar
ikiwiki-9e5f504e1a9c428580c17e13fc1f76bc38727e3c.tar.gz
rssitem.tmpl: include comments URL (HTML only)
Diffstat (limited to 'templates/rssitem.tmpl')
-rw-r--r--templates/rssitem.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl
index 42936a668..a61b92b61 100644
--- a/templates/rssitem.tmpl
+++ b/templates/rssitem.tmpl
@@ -23,4 +23,7 @@
<TMPL_ELSE>
<description><TMPL_VAR CONTENT ESCAPE=HTML></description>
</TMPL_IF>
+ <TMPL_IF NAME="COMMENTSURL">
+ <comments><TMPL_VAR NAME="COMMENTSURL"></comments>
+ </TMPL_IF>
</item>