gravtar http 修改
This commit is contained in:
parent
acd0030d26
commit
95c1e4335e
|
@ -364,7 +364,7 @@
|
|||
<div class="fn-right">
|
||||
<img class="gravatar"
|
||||
onerror="this.src='/static/images/user-thumbnail.png'"
|
||||
src="https://secure.gravatar.com/avatar/{{.user.Gravatar}}?s=17&d=http://symphony.b3log.org/images/user-thumbnail.png"
|
||||
src="https://secure.gravatar.com/avatar/{{.user.Gravatar}}?s=17&d=https://symphony.b3log.org/images/user-thumbnail.png"
|
||||
title="{{.user.Name}}"/>
|
||||
<span class="font-ico ico-share"></span>
|
||||
<span onclick="window.open('https://github.com/b3log/wide')"
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
</label>
|
||||
<label class="fn-clear">
|
||||
<img onerror="this.src='/static/images/user-thumbnail.png'"
|
||||
src="https://secure.gravatar.com/avatar/{{.user.Gravatar}}?s=48&d=http://symphony.b3log.org/images/user-thumbnail.png"
|
||||
src="https://secure.gravatar.com/avatar/{{.user.Gravatar}}?s=48&d=https://symphony.b3log.org/images/user-thumbnail.png"
|
||||
title="{{.user.Name}}" class='gravatar'/>
|
||||
<a href="http://gravatar.com/" target="_blank">{{.i18n.change_avatar}} Gravatar.com</a>
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue