mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
Fixed gravatar url
This commit is contained in:
parent
4deb876343
commit
1becf01cfa
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ func NewContext() {
|
|||
case "duoshuo":
|
||||
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
|
||||
case "gravatar":
|
||||
GravatarSource = "//1.gravatar.com/avatar/"
|
||||
GravatarSource = "//secure.gravatar.com/avatar/"
|
||||
default:
|
||||
GravatarSource = source
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue