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 @@