From ac4ff88adb9a2526555757f8d4e65c69cafb3788 Mon Sep 17 00:00:00 2001 From: r Date: Thu, 26 Dec 2019 09:11:24 +0000 Subject: Add liked by and retweeted by page --- templates/status.tmpl | 65 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 27 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 6534249..4e975ad 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -85,43 +85,54 @@ {{end}} {{end}} -
- - - {{DisplayInteractionCount .RepliesCount}} - - {{if or (eq .Visibility "private") (eq .Visibility "direct")}} - - - {{DisplayInteractionCount .ReblogsCount}} - - {{else}} +
-- cgit v1.2.3