From e39fad37a3c4bce721e255ecc4b96a2d27e12b1b Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 21:11:07 +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 ddf7fa1..a1070a8 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 parts != "Figuren" %} {% assign found_tag = false %} {%- for product in collection.products -%}