From 32b446cc1bfaf64da5aa8ecc4124c148c1a43bcd Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 27 Sep 2020 09:55:47 +0200 Subject: [PATCH] Use new way of using comments in twig template This was introduced in 0683d9322284f19eef56f3af2c22bfc336c7ab57 but the line mentioned was missed I guess. --- 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 b1ff904..cfea701 100644 --- a/templates/partials/comments.html.twig +++ b/templates/partials/comments.html.twig @@ -41,7 +41,7 @@
{{ form.message }}
- {% if grav.twig.comments|length %} + {% if comments|length %}

{{'PLUGIN_COMMENTS.COMMENTS'|t}}