Remove the scheme from the gravatar image href.
This commit is contained in:
parent
6148a59b38
commit
5985f855c5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
<!--<button type="button" class="btn btn-default navbar-btn">Sign in</button>-->
|
||||
|
||||
<a href="javascript:void(0)" class="dropdown-toggle user-dropdown" data-toggle="dropdown">
|
||||
<img src="http://www.gravatar.com/avatar/{{ user.gravatar }}?s=32&d=identicon" />
|
||||
<img src="//www.gravatar.com/avatar/{{ user.gravatar }}?s=32&d=identicon" />
|
||||
{{ user.username }}
|
||||
<b class="caret"></b>
|
||||
</a>
|
||||
|
|
Reference in a new issue