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