From 136e011049aba27846345fbd416d5e13771c234e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 18 May 2024 12:07:26 +0200 Subject: [PATCH] style: don't hide hashtags at home --- templates/threads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index cc2ec23..28d9c46 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -40,7 +40,7 @@ } main.home { - & .back, & .hashtag { + & .back { display: none } }