From 2e960c1f22a1d9133418780bd33186da775dccd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Wed, 4 Jun 2025 20:10:04 +0200 Subject: [PATCH] Empty title check --- templates/components/Organisms/CardList.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/Organisms/CardList.html.twig b/templates/components/Organisms/CardList.html.twig index 2309e00..c68c23f 100644 --- a/templates/components/Organisms/CardList.html.twig +++ b/templates/components/Organisms/CardList.html.twig @@ -1,6 +1,6 @@
{% for item in list %} - {% if item.slug is not empty %} + {% if item.slug is not empty and item.title is not empty %} {% endif %} {% endfor %}