You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blog/layout/comment-detail.html

10 lines
368 B
HTML

<div class="comment-detail">
<img src="https://www.gravatar.com/avatar/{{ avatar }}.jpg" style="float:left; margin-right:10px" height="32" width="32">
<div class="comment-body">
<span class="comment-author">{{ site_start }}{{ author }}{{ site_end }}</span>
</span><span> - {{ date }}</span>
<p>{{ content }}</p>
</div>
</div>