atomitem.tmpl: include comments URLs (HTML and Atom versions)

master
Simon McVittie 2008-12-21 17:16:12 +00:00
parent d0d598e429
commit 3feebe31b6
1 changed files with 6 additions and 0 deletions

View File

@ -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>