sorbetcms/themes/tumblr/template_comments.htm

18 rivejä
518 B
HTML

<div class="containerComments">
<h3 id="comments">{Comments_Number} answers to &#8220;{Post_Title}&#8221;</h3>
<ol class="commentlist">
[bloque: comments]
<li class="alt" id="comment-{Id_Comment}">
<cite>
<a href="#comment-{Id_Comment}" title="Comment permalink">#</a>&nbsp;&nbsp;
{Comment_Author} said:
</cite>
<br />
<span class="timestampComment"> at {Date}</span><br /><br />
{Comment}
<br /><br />
</li>
[/bloque: comments]
</ol>
</div>