aboutsummaryrefslogtreecommitdiff
path: root/templates/atomitem.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-21 17:16:12 +0000
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-21 17:16:12 +0000
commit3feebe31b61c04422c29d2e0c7c6f018b7772e29 (patch)
treebc94bad5baca41de68aba798863f30ce1e11d11e /templates/atomitem.tmpl
parentd0d598e429313756192927418757e2869004049e (diff)
downloadikiwiki-3feebe31b61c04422c29d2e0c7c6f018b7772e29.tar
ikiwiki-3feebe31b61c04422c29d2e0c7c6f018b7772e29.tar.gz
atomitem.tmpl: include comments URLs (HTML and Atom versions)
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>