From 40274c306cf39c7584aea31f28695f3b69bc0b63 Mon Sep 17 00:00:00 2001 From: afornerot Date: Tue, 11 Feb 2025 19:01:39 +0100 Subject: [PATCH] ajust item ninegate --- templates/Home/home.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Home/home.html.twig b/templates/Home/home.html.twig index 1a68de0..12b3112 100644 --- a/templates/Home/home.html.twig +++ b/templates/Home/home.html.twig @@ -198,9 +198,9 @@ {% for item in items %} {% if item.title|lower != "ninefolio" %} -
+
- {{ item.title }} + {{ item.title }}
{% endif %}