This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#2508
from MilesPong/develop
Fixed gravatar url
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
a669551c8e
9f506aa7e1
commit
f82aef971d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/setting/setting.go
+ 1
- 1
modules/setting/setting.go
View File
@@ -415,7 +415,7 @@ func NewContext() {
case "duoshuo":
case "duoshuo":
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
case "gravatar":
case "gravatar":
GravatarSource = "
//1
.gravatar.com/avatar/"
GravatarSource = "
https://secure
.gravatar.com/avatar/"
default:
default:
GravatarSource = source
GravatarSource = source
}
}
Write
Preview
Loading…
Cancel
Save