diff --git a/templates/utils.html b/templates/utils.html
index ed49404..32683fa 100644
--- a/templates/utils.html
+++ b/templates/utils.html
@@ -342,9 +342,11 @@ self reply
{% endif %}
+{% if session.logged_in and obj.inReplyTo and not meta.count_reply and not perma %}
+thread
+{% endif %}
+
{% if meta.object_visibility | visibility_is_public %}
-{% if obj.inReplyTo and not meta.count_reply and not perma %}
-thread{% endif %}
{% if obj | url_or_id | get_url | is_from_outbox %}
permalink
{% else %}