mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
5 lines
174 B
HTML
5 lines
174 B
HTML
{% for user in users %}
|
|
<a href="{{ user.feed_link }}" class="NB-user-avatar" title="{{ user.username }}">
|
|
<img src="{{ user.photo_url }}">
|
|
</a>
|
|
{% endfor %}
|