From 1cebbb657d68a75f68b324017b1e2b32b356a113 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Wed, 12 Aug 2015 11:43:19 -0700 Subject: [PATCH] Allow modular of modular to be displayed in the Pages list (fixes #58) --- themes/grav/templates/pages.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/pages.html.twig b/themes/grav/templates/pages.html.twig index bb91e486..6424cf7a 100644 --- a/themes/grav/templates/pages.html.twig +++ b/themes/grav/templates/pages.html.twig @@ -61,7 +61,7 @@

{{ p.route }}

- {% if p.children().count > 0 and not p.modular() %} + {% if p.children().count > 0 %}