append route to web
This commit is contained in:
parent
79604f553f
commit
964e537479
7 changed files with 118 additions and 77 deletions
|
@ -72,7 +72,7 @@ func (user *User) HomeLink() string {
|
|||
|
||||
// AvatarLink returns the user gravatar link.
|
||||
func (user *User) AvatarLink() string {
|
||||
return "http://1.gravatar.com/avatar/" + user.Avatar
|
||||
return "/avatar/" + user.Avatar
|
||||
}
|
||||
|
||||
// NewGitSig generates and returns the signature of given user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue