summaryrefslogtreecommitdiff
path: root/templates/rssitem.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-21 12:50:30 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-21 12:50:30 -0500
commit9bee6db8c604efd705d6d808fca3194eb4873cf4 (patch)
tree5f4d6c35c0cd65fa18526f7512f4dfb271768abc /templates/rssitem.tmpl
parentb2842b88385acb68569f00ed45b49f0cf5383983 (diff)
parent9e5f504e1a9c428580c17e13fc1f76bc38727e3c (diff)
Merge commit 'smcv/comments'
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>