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.html

8 lines
260 B
HTML

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