0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-10 16:40:22 -05:00
This commit is contained in:
Ethan Koenig 2017-06-29 12:11:34 -04:00
parent 05e3726415
commit 2b410e44b2

View file

@ -192,6 +192,7 @@ func HashEmail(email string) string {
return EncodeMD5(strings.ToLower(strings.TrimSpace(email)))
}
// DefaultAvatarLink the default avatar link
func DefaultAvatarLink() string {
return setting.AppSubURL + "/img/avatar_default.png"
}