Use Gravatar mm

master
Nick Sergeant 2013-02-18 09:39:09 -05:00
parent 32f7082e71
commit e571ac0c9a
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@
<div class="faces group">
{% for coder in coders %}
<a href="/{{ coder.username }}/" title="{{ coder.username }}">
<img alt="{{ coder.username }}" title="{{ coder.username }}"
src="https://secure.gravatar.com/avatar/{{ coder.email_md5 }}?s=50&d=https%3A%2F%2Fsnipt.net%2static%2images%2default-gravatar-homepage.gif" />
<img alt="{{ coder.username }}" title="{{ coder.username }}" src="https://secure.gravatar.com/avatar/{{ coder.email_md5 }}?s=50&d=mm" />
</a>
{% endfor %}
</div>