fix some link
This commit is contained in:
parent
816bb08720
commit
4c70249f75
3 changed files with 4 additions and 4 deletions
|
@ -67,7 +67,7 @@ type User struct {
|
|||
|
||||
// HomeLink returns the user home page link.
|
||||
func (user *User) HomeLink() string {
|
||||
return "/user/" + user.LowerName
|
||||
return "/user/" + user.Name
|
||||
}
|
||||
|
||||
// AvatarLink returns the user gravatar link.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue