Switch gravatar default in homepage.

master
Nick Sergeant 2013-04-14 23:58:39 -04:00
parent 59dcb7dbd2
commit d50b6deb05
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<div class="inner">
{% 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://snipt.net/static/img/default-gravatar-homepage.gif" />
<img alt="{{ coder.username }}" title="{{ coder.username }}" src="https://secure.gravatar.com/avatar/{{ coder.email_md5 }}?s=50&d=https%3A%2F%2Fsnipt.net%2Fstatic%2Fimg%2Fblank.gif" />
</a>
{% endfor %}
</div>