From a1f49af1d93bccdd56d4538b149884418bd2ca2c Mon Sep 17 00:00:00 2001 From: r Date: Fri, 20 Dec 2019 18:30:20 +0000 Subject: Add user page and follow/unfollow calls --- templates/status.tmpl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 4dbbe3c..618398f 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -1,7 +1,9 @@
{{if .Reblog}}
- profile-avatar + + profile-avatar + {{WithEmojis .Account.DisplayName .Account.Emojis}} retweeted @@ -12,14 +14,18 @@
{{if not .HideAccountInfo}} - profile-avatar + + profile-avatar + {{end}}
{{if not .HideAccountInfo}}
{{WithEmojis .Account.DisplayName .Account.Emojis}} - {{.Account.Acct}} + + {{.Account.Acct}} +
{{end}}
-- cgit v1.2.3