site
This commit is contained in:
parent
8450a44b4a
commit
7ca4b5e057
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +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">{{ author }}</span>
|
||||
<!-- <span>{{ site }}</span> -->
|
||||
<span class="comment-author"><a href="{{ site }}">{{ author }}</a></span>
|
||||
</span><span> - {{ date }}</span>
|
||||
<p>{{ content }}</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue