Merge pull request #283 from dentarg/master

Serve Gravatars via SSL
This commit is contained in:
Corey Donohoe
2012-04-10 15:06:30 -07:00
@@ -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>