From 861e40372c416cda42fa9d5156c3665a4b2bb34f Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 2 Oct 2019 23:04:39 +0200 Subject: [PATCH] Tweak permalink display --- templates/utils.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/utils.html b/templates/utils.html index 6fec9a2..f889cac 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -68,12 +68,10 @@ {{ (actor.name or actor.preferredUsername) | clean | replace_custom_emojis(actor) | safe }} @{% if not no_color and obj.id | is_from_outbox %}{{ actor.preferredUsername | clean | replace_custom_emojis(actor) | safe }}{% else %}{{ actor.preferredUsername | clean | replace_custom_emojis(actor) | safe }}{% endif %}@{% if not no_color and obj.id | is_from_outbox %}{{ actor | url_or_id | get_url | domain }}{% else %}{{ actor | url_or_id | get_url | domain }}{% endif %} - {% if not perma %} - {% endif %} {% if meta.in_reply_to_actor %} @@ -245,11 +243,6 @@