Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerHerrFeldmann committed Oct 3, 2024
1 parent 20fc722 commit 75c7999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shop.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 75c7999

Please sign in to comment.