not show figuren collection

main
alexanderroese 2024-06-23 21:12:03 +02:00
parent e39fad37a3
commit ec1a8ba1fa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
{%- for collection in collections -%} {%- for collection in collections -%}
{% assign parts = collection.title | split: "__" %} {% assign parts = collection.title | split: "__" %}
{% if parts.size == 1 and parts != "Figuren" %} {% if parts.size == 1 and collection.title != "Figuren" %}
{% assign found_tag = false %} {% assign found_tag = false %}
{%- for product in collection.products -%} {%- for product in collection.products -%}