diff --git a/templates/status.tmpl b/templates/status.tmpl index 5ada84e..9bc1354 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -23,13 +23,13 @@
- {{EmojiFilter (HTML .Account.DisplayName) .Account.Emojis | Raw}} + {{EmojiFilter (HTML .Account.DisplayName) .Account.Emojis | Raw}} {{if .Account.Bot}}🤖{{end}} @{{.Account.Acct}}
+ +
+ About user +
{{if .User.Fields}}
{{range .User.Fields}} @@ -199,6 +204,9 @@ {{if .NextLink}} [next] {{end}} + {{if .PrevLink}} +
[prev] + {{end}}
{{template "footer.tmpl"}}