From 031f86adb0dfdedd42dd4839c1d8f5b560d11a4e Mon Sep 17 00:00:00 2001 From: Priec Date: Tue, 23 Jun 2026 10:55:39 +0200 Subject: [PATCH] fixed front page product cards --- assets/views/home/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/views/home/index.html b/assets/views/home/index.html index 32f8006..ab609d0 100644 --- a/assets/views/home/index.html +++ b/assets/views/home/index.html @@ -19,7 +19,7 @@

{{ t(key="shop-title", lang=lang | default(value='sk')) }}

{{ t(key="cart-continue", lang=lang | default(value='sk')) }} → -
+
{% for product in products %} {% include "shop/_card.html" %} {% endfor %}