Gravatar link to avoid confusion

This commit is contained in:
Andy Miller
2015-08-14 14:48:55 -06:00
parent 90c1bf27b1
commit a45e2ce28d

View File

@@ -1,6 +1,7 @@
{% if user.exists %}
<div class="user-details">
<img src="http://www.gravatar.com/avatar/{{ user.email|md5 }}?s=128" />
<p class="gravatar">Avatar by <a href="http://gravatar.com" target="_blank">gravatar.com</a></p>
<h2>{{ user.fullname }}</h2>
{% if user.title %}<h5>{{ user.title }}</h5>{% endif %}
</div>