From ec1a8ba1faf53c90d6bbc190a64a46b7b842fa89 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 21:12:03 +0200 Subject: [PATCH] not show figuren collection --- snippets/shx-featured-collection.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-featured-collection.liquid b/snippets/shx-featured-collection.liquid index a1070a8..8a72bbc 100644 --- a/snippets/shx-featured-collection.liquid +++ b/snippets/shx-featured-collection.liquid @@ -19,7 +19,7 @@ {%- for collection in collections -%} {% assign parts = collection.title | split: "__" %} - {% if parts.size == 1 and parts != "Figuren" %} + {% if parts.size == 1 and collection.title != "Figuren" %} {% assign found_tag = false %} {%- for product in collection.products -%}