From 75c799954eea1aa9e591b3df97848a6920f40e5e Mon Sep 17 00:00:00 2001 From: DerHerrFeldmann Date: Thu, 3 Oct 2024 21:06:45 +0200 Subject: [PATCH] test --- shop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop.json b/shop.json index 0fcf38a..2774d54 100644 --- a/shop.json +++ b/shop.json @@ -5,7 +5,7 @@ meta: [name,author,description,published,key] --- { "collections": [ - {% for collection in site.collections.shop %}{% unless collection.label == "posts" or collection.label == "assets" or collection.label == "icons" %}{ + {% for collection in site.collections._shop %}{% unless collection.label == "posts" or collection.label == "assets" or collection.label == "icons" %}{ "items": { {% assign filtered_items = collection.docs | where: "deactivated", 0 %}{% for item in filtered_items %}"{{ item.slug }}": { "meta": { {% for var in page.meta %}