comment site

This commit is contained in:
Yax 2019-08-31 18:09:15 +02:00
parent 7ca4b5e057
commit 6469c911cd
2 changed files with 10 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<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"><a href="{{ site }}">{{ author }}</a></span>
<span class="comment-author">{{ site_start }}{{ author }}{{ site_end }}</span>
</span><span> - {{ date }}</span>
<p>{{ content }}</p>
</div>