Seitenübersicht aller Seiten, Kategorien & Produkte
Sitemap – Übersicht aller Inhalte
Hier finden Sie alle Kategorien, Produkte, Seiten und Blogartikel unseres Onlineshops auf einen Blick.
Kategorien (Kollektionen)
-
{% for collection in collections %}
- {{ collection.title }} {% endfor %}
Produkte aus allen Kategorien
{% assign shown_products = '' %}-
{% for collection in collections %}
{% for product in collection.products %}
{% unless shown_products contains product.id %}
- {{ product.title }} {% assign shown_products = shown_products | append: product.id | append: ',' %} {% endunless %} {% endfor %} {% endfor %}
Seiten
-
{% for page in pages %}
- {{ page.title }} {% endfor %}
Blogs
-
{% for blog in blogs %}
- {{ blog.title }} {% endfor %}
Blogartikel
-
{% for blog in blogs %}
{% for article in blog.articles %}
- {{ article.title }} {% endfor %} {% endfor %}
Letzte Aktualisierung: {{ 'now' | date: "%d.%m.%Y" }}