mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-04 20:23:13 +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
|
@ -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