From ae390aabc9a19e680531241e028877c7ab9a3631 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 3 Mar 2024 20:50:11 -0600 Subject: Improve replies handling --- templates/comments/index.jinja | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/comments/index.jinja b/templates/comments/index.jinja index ebf1e4e..25eb22e 100644 --- a/templates/comments/index.jinja +++ b/templates/comments/index.jinja @@ -20,10 +20,12 @@
- + {% if comment.replies %} + + {% endif %}
-
+
-- cgit v1.2.3