Exclude blog index from search
This commit is contained in:
parent
794fab71c8
commit
b526578aec
@ -9,6 +9,7 @@ pagination:
|
|||||||
reverse: true
|
reverse: true
|
||||||
permalink: "/{{ page.fileSlug }}{{ if pagination.pageNumber > 0 }}/page/{{ pagination.pageNumber + 1 }}{{ /if }}/"
|
permalink: "/{{ page.fileSlug }}{{ if pagination.pageNumber > 0 }}/page/{{ pagination.pageNumber + 1 }}{{ /if }}/"
|
||||||
isContentDivided: true
|
isContentDivided: true
|
||||||
|
excludeFromSearch: true
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 4
|
order: 4
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user