From 16300c93c1cfc65c95d0e95ec1249fae182283bd Mon Sep 17 00:00:00 2001 From: r Date: Sun, 22 Dec 2019 19:43:03 +0000 Subject: Switch to fork-awesome font --- templates/status.tmpl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index c27a674..26912b7 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -5,7 +5,7 @@ avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} - + retweeted {{template "status" .Reblog}} @@ -28,23 +28,23 @@ {{if eq .Visibility "public"}} - + {{else if eq .Visibility "unlisted"}} - + {{else if eq .Visibility "private"}} - + {{else if eq .Visibility "direct"}} - + {{end}} - + {{end}}
{{if .InReplyToID}} - + reply to {{.Pleroma.InReplyToAccountAcct}} {{if index .ReplyMap .ID}} - {{end}} {{end}} @@ -87,35 +87,35 @@
- + {{DisplayInteractionCount .RepliesCount}} {{if or (eq .Visibility "private") (eq .Visibility "direct")}} - + {{DisplayInteractionCount .ReblogsCount}} {{else}} {{if .Reblogged}} - + {{DisplayInteractionCount .ReblogsCount}} {{else}} - + {{DisplayInteractionCount .ReblogsCount}} {{end}} {{end}} {{if .Favourited}} - + {{DisplayInteractionCount .FavouritesCount}} {{else}} - + {{DisplayInteractionCount .FavouritesCount}} {{end}} -- cgit v1.2.3