mirror of
https://git.freesoftwareextremist.com/bloat
synced 2025-01-06 07:15:23 +00:00
Add username to page title
Makes it easier to search a user page in browser history
This commit is contained in:
parent
4f1425febf
commit
6ddcb16694
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ func (s *service) UserPage(c *client, id string, pageType string,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
commonData := s.getCommonData(c, user.DisplayName)
|
commonData := s.getCommonData(c, user.DisplayName+" @"+user.Acct)
|
||||||
data := &renderer.UserData{
|
data := &renderer.UserData{
|
||||||
User: user,
|
User: user,
|
||||||
IsCurrent: isCurrent,
|
IsCurrent: isCurrent,
|
||||||
|
|
Loading…
Reference in a new issue