From 97e0c4eed9ae1a16128ec47dd417846675000b00 Mon Sep 17 00:00:00 2001 From: Aonrud Date: Fri, 3 Mar 2023 14:12:11 +0000 Subject: [PATCH] fix: make actor headers consistent - don't include handle in link This makes the link include the actor name only, for both visual consistency and to make it easier to copy handles. --- data/templates/utils.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/data/templates/utils.html b/data/templates/utils.html index 7c903d8..d489b74 100644 --- a/data/templates/utils.html +++ b/data/templates/utils.html @@ -296,10 +296,12 @@
{{ actor.display_name }}'s avatar
- -
{{ actor.display_name | clean_html(actor) | safe }}
+
+ + {{ actor.display_name | clean_html(actor) | safe }} +
{{ actor.handle }}
- +
{% if is_admin and metadata %}