bookwyrm-mastodon/bookwyrm/templates/snippets/avatar.html

3 lines
176 B
HTML
Raw Normal View History

2020-09-28 18:57:31 -04:00
<img class="image {% if large %}is-96x96{% else %}is-32x32{% endif %}" src="{% if user.avatar %}/images/{{ user.avatar }}{% else %}/static/images/default_avi.jpg{% endif %}">