mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-13 08:19:20 +02: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
|
@ -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{
|
||||
User: user,
|
||||
IsCurrent: isCurrent,
|
||||
|
|
Loading…
Reference in New Issue