summaryrefslogtreecommitdiff
path: root/templates/atomitem.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/atomitem.tmpl
parentb2842b88385acb68569f00ed45b49f0cf5383983 (diff)
parent9e5f504e1a9c428580c17e13fc1f76bc38727e3c (diff)
Merge commit 'smcv/comments'
Diffstat (limited to 'templates/atomitem.tmpl')
-rw-r--r--templates/atomitem.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/atomitem.tmpl b/templates/atomitem.tmpl
index 1ff7f4f4e..768695a2c 100644
--- a/templates/atomitem.tmpl
+++ b/templates/atomitem.tmpl
@@ -39,4 +39,10 @@
<TMPL_VAR CONTENT ESCAPE=HTML>
</content>
</TMPL_IF>
+ <TMPL_IF NAME="COMMENTSURL">
+ <link rel="comments" href="<TMPL_VAR NAME="COMMENTSURL">" type="text/html" />
+ </TMPL_IF>
+ <TMPL_IF NAME="ATOMCOMMENTSURL">
+ <link rel="comments" href="<TMPL_VAR NAME="ATOMCOMMENTSURL">" type="application/atom+xml" />
+ </TMPL_IF>
</entry>