From 3300a2c7d42d316d50427f13fdf9ff44977cce64 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 12 Jan 2024 09:18:51 +0200 Subject: [PATCH] remove redundancy --- files/templates/util/html_head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 07f75f989..ea2b7a319 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -48,9 +48,9 @@ {{u.stored_subscriber_count}} Followers - {%- endif -%} {%- if not u.is_private -%} - {{0 if u.shadowbanned else u.real_post_count(v)}} + {{u.real_post_count(v)}} Posts - - {{0 if u.shadowbanned else u.real_comment_count(v)}} + {{u.real_comment_count(v)}} Comments {%- endif -%} {% if u.bio and can_see(v, u) %}