From 4f1425febf6efb45eaf91aff19b215b8c7e77bec Mon Sep 17 00:00:00 2001 From: r Date: Sat, 30 Jan 2021 16:51:09 +0000 Subject: Add filters --- templates/user.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/user.tmpl') diff --git a/templates/user.tmpl b/templates/user.tmpl index af6a8d1..7aaefa7 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -119,6 +119,7 @@ {{end}}
search statuses + {{if .IsCurrent}} - filters {{end}}
-- cgit v1.2.3 From e31e9da6674a013535f4c0f9a6aa5accd800abb8 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 29 Mar 2021 05:31:41 +0000 Subject: Display Mastadon fields on user page --- templates/user.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/user.tmpl') diff --git a/templates/user.tmpl b/templates/user.tmpl index 7aaefa7..823e6d5 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -125,6 +125,9 @@ + {{if .User.Fields}}{{range .User.Fields}} +
{{.Name}} - {{.Value}}
+ {{end}}{{end}}
-- cgit v1.2.3 From c7e130e305c1071a75ef4bbe01ad39af2343041d Mon Sep 17 00:00:00 2001 From: r Date: Wed, 7 Apr 2021 06:55:11 +0000 Subject: Fix animated avatars --- templates/user.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/user.tmpl') diff --git a/templates/user.tmpl b/templates/user.tmpl index 823e6d5..c7b3164 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -5,8 +5,8 @@