From 74a20e3b409ed625e74a838d418890fc5f6d0533 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 11 Nov 2024 12:31:12 -0500 Subject: update grid --- templates/grid.html.twig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/grid.html.twig b/templates/grid.html.twig index 9ead8f6..8f279b8 100644 --- a/templates/grid.html.twig +++ b/templates/grid.html.twig @@ -17,14 +17,14 @@ {{ page.content|raw }}
{% for current_page in page.children %} -
- -
+ +
+
{{ current_page.media.images|first|raw }} - {{ current_page.title|e }}
-
-
+ {{ current_page.title|e }} +
+ {% endfor %}
{% include 'partials/navigation.html.twig' %} -- cgit v1.2.3