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 %}