MTCommentsFooter
コメントの一覧で最後のときだけ実行するブロックタグです。
- 使い方
<mt:Comments>
<mt:CommentsHeader>
<div class="section" id="comment">
<h2><$mt:EntryCommentCount singular="1 Comment" plural="# Comments" none="No Comment"$></h2>
</mt:CommentsHeader>
<dl class="comment"<mt:IfArchiveTypeEnabled archive_type="Individual"> id="c<$mt:Commentid$>"</mt:IfArchiveTypeEnabled>>
<dt>
<span class="name"><$mt:CommentAuthorLink show_email="0" default_name="名無し"$></span>
<span class="datetime"><$mt:commentdate format="%Y-%m-%dT%H:%M"$></span>
</dt>
<dd>
<$mt:CommentBody$>
</dd>
</dl>
<mt:CommentsFooter>
</div>
</mt:CommentsFooter>
</mt:Comments>