NewsBlur-viq/templates/social/avatars.xhtml
2012-08-08 19:59:46 -07:00

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 %}