Skip to content

Commit e20deca

Browse files
authored
Update index.json
1 parent 73930b3 commit e20deca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: null
33
---
44
[
5-
{%- assign pages = site.pages | where: "layout", "document-collection" | where_exp: "item", "item.collection" -%}
5+
{%- assign pages = site.pages | where: "layout", "document-collection" | where_exp: "item", "item.collection" | where_exp: "item", "item.skip_index != true" -%}
66
{%- for page in pages -%}
77
{"title":"{{ page.title }}","items":[
88
{%- for article in site[page.collection] -%}
@@ -16,4 +16,4 @@ layout: null
1616
,
1717
{%- endunless -%}
1818
{%- endfor -%}
19-
]
19+
]

0 commit comments

Comments
 (0)