add: show author email

pull/256/head
Benoît Latinier 8 years ago
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…
Cancel
Save