From 20fc722c97b2e25d84350a63d0fe3b187273e6e9 Mon Sep 17 00:00:00 2001 From: DerHerrFeldmann Date: Thu, 3 Oct 2024 21:05:16 +0200 Subject: [PATCH] test --- _shop/shop.json => shop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename _shop/shop.json => shop.json (89%) diff --git a/_shop/shop.json b/shop.json similarity index 89% rename from _shop/shop.json rename to shop.json index c4985de..0fcf38a 100644 --- a/_shop/shop.json +++ b/shop.json @@ -5,7 +5,7 @@ meta: [name,author,description,published,key] --- { "collections": [ - {% for collection in site.collections %}{% 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 %}