show nickname instead of gravatar

This commit is contained in:
ghost 2023-12-18 06:07:10 +02:00
parent d01972b29d
commit 0e9e83a83f

View File

@ -7,7 +7,10 @@
<div>
<a name="{{ post.id }}"></a>
{% if post.icon %}
<img src="{{ post.icon }}" alt="icon" />
{# <img src="{{ post.icon }}" alt="icon" /> #}
<strong>
@{{ post.user }}
</strong>
{% else %}
<strong>
@{{ 'anon' | trans }}