add: show author email
This commit is contained in:
parent
0a93c866ff
commit
7a79746f73
@ -108,6 +108,9 @@ function delete_com(com_id, hash) {
|
||||
{% else %}
|
||||
<span class='author'>Anonymous</span>
|
||||
{% endif %}
|
||||
{% if comment.email %}
|
||||
<a href="mailto:{{comment.email}}" rel='nofollow' class='email'>({{comment.email}})</a>
|
||||
{% endif %}
|
||||
{% if comment.website %}
|
||||
<a href="{{comment.website}}" rel='nofollow' class='website'>({{comment.website}})</a>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user