From 84cd3bc4368afdfe41320b1388fd9a14bf90fce9 Mon Sep 17 00:00:00 2001 From: r Date: Thu, 30 Jan 2020 13:56:29 +0000 Subject: Remove icons --- templates/status.tmpl | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index a6b28fa..3945cc8 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -6,7 +6,6 @@ avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} - retweeted retweeted {{template "status" (WithContext .Reblog $.Ctx)}} @@ -25,26 +24,18 @@ {{.Account.Acct}} - - {{if eq .Visibility "public"}} - Public - {{else if eq .Visibility "unlisted"}} - Unlisted - {{else if eq .Visibility "private"}} - Private - {{else if eq .Visibility "direct"}} - Direct - {{end}} - + + {{.Visibility}} + - source + source
{{if .InReplyToID}} {{if index .ReplyMap .ID}} - {{end}} @@ -58,7 +49,9 @@ {{end}} {{end}}
+ {{if .Content}}
{{StatusContentFilter .SpoilerText .Content .Emojis .Mentions}}
+ {{end}}
{{range .MediaAttachments}} {{if eq .Type "image"}} @@ -90,35 +83,35 @@
{{if or (eq .Visibility "private") (eq .Visibility "direct")}} - retweet + retweet {{else}} {{if .Reblogged}}
- +
{{else}}
- +
{{end}} {{end}} - {{DisplayInteractionCount .ReblogsCount}} + {{if .ReblogsCount}} ({{DisplayInteractionCount .ReblogsCount}}) {{end}}
-- cgit v1.2.3