Serve Gravatars via SSL.

This commit is contained in:
Patrik Ragnarsson
2012-03-17 19:06:11 +01:00
parent 5163f11ecb
commit 7b0a714e1f
@@ -29,7 +29,7 @@
</td>
<td class="author">
<a href="javascript:void(0)">
<img src="http://www.gravatar.com/avatar/{{gravatar}}?s=16"
<img src="https://secure.gravatar.com/avatar/{{gravatar}}?s=16"
alt="avatar: {{author}}" class="mini-gravatar">
<span class="username">{{author}}</span>
</a>