not show figuren collection
parent
e39fad37a3
commit
ec1a8ba1fa
|
@ -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 -%}
|
||||
|
|
Loading…
Reference in New Issue