improve tag image
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
<p class="image is-64x64">
|
||||
{% if comment.avatar %}
|
||||
<img src="{{ comment.avatar }}"
|
||||
alt="{{ comment.author }}"
|
||||
title="{{ comment.author }}">
|
||||
alt="{{ _('Avatar de %(user)s', user=comment.author) }}"
|
||||
title="{{ _('Avatar de %(user)s', user=comment.author) }}">
|
||||
{% else %}
|
||||
<img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/avatar/avatar.png"
|
||||
alt="{{ comment.author }}"
|
||||
title="{{ comment.author }}">
|
||||
alt="{{ _('Avatar predeterminado para %(user)s', user=comment.author) }}"
|
||||
title="{{ _('Avatar predeterminado para %(user)s', user=comment.author) }}">
|
||||
{% endif %}
|
||||
</p>
|
||||
</figure>
|
||||
|
||||
Reference in New Issue
Block a user