From 0936de7c1d07e66fe5df6646a90c08d2e76400ca Mon Sep 17 00:00:00 2001 From: Thorsten Witteler Date: Mon, 23 Oct 2017 16:56:13 +0200 Subject: [PATCH] remove sorting from twig template (breaks nested comments) --- 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 5f11eec..1f61461 100644 --- a/templates/partials/comments.html.twig +++ b/templates/partials/comments.html.twig @@ -8,7 +8,7 @@

{{'PLUGIN_COMMENTS.COMMENTS'|t}}

{{'PLUGIN_COMMENTS.ADD_NEW'|t}}
- {% for comment in grav.twig.comments|array_reverse %} + {% for comment in grav.twig.comments %}