From c3d8a0291b45da183fd7f67548b4c92f577d0a75 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Mon, 19 Sep 2022 23:42:58 +0300 Subject: [PATCH] Some visual changes User note in spoiler User created_at in note Emoji bot in name if actor is bot Visible spoiler text name Visible NSFW marked statuses caption Status local id --- templates/status.tmpl | 7 ++++--- templates/user.tmpl | 8 ++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) 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 @@
+ +
+ About user +
{{if .User.Fields}}
{{range .User.Fields}} @@ -199,6 +204,9 @@ {{if .NextLink}} [next] {{end}} + {{if .PrevLink}} +
[prev] + {{end}}
{{template "footer.tmpl"}}