postcomment: Rename plugin to comments, use *._comment files
[ikiwiki] / templates / comments_embed.tmpl
1 <div class="comments-embed">
2 <TMPL_IF NAME=DISABLED>
3 [Posting comments disabled: <TMPL_VAR NAME=DISABLED>]
4 <TMPL_ELSE>
5 <a href="<TMPL_VAR CGIURL ESCAPE=HTML>?do=comment&amp;page=<TMPL_VAR PAGE ESCAPE=URL>">Post a comment</a>
6 </TMPL_IF>
7 </div>