From 9ea9b5de36c82aa2a0e391a34164594925b82ce9 Mon Sep 17 00:00:00 2001 From: Kaido Date: Sat, 7 May 2016 14:09:03 +0300 Subject: [PATCH] Update single.twig Remove all comments related html when no comments allowed. --- views/pages/single.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/pages/single.twig b/views/pages/single.twig index 4a654ae..a770150 100644 --- a/views/pages/single.twig +++ b/views/pages/single.twig @@ -15,7 +15,7 @@ {{post.content}} - + {% if post.comment_status != 'closed' %}

Comments

@@ -28,7 +28,7 @@
- + {% endif %}