From d72e4a16f21fff010c04c533039d774a3c803b61 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Wed, 20 Dec 2023 18:45:00 +0100 Subject: [PATCH] fix: align comments to left --- templates/partials/comments.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/comments.html.twig b/templates/partials/comments.html.twig index 98c21eb..2c0232a 100644 --- a/templates/partials/comments.html.twig +++ b/templates/partials/comments.html.twig @@ -3,7 +3,7 @@ {% if page.header.disableComments %}

{{ theme_config.hashover.disable_comments|raw }}

{% else %} -
+
{% endif %} {% endif %} \ No newline at end of file