Exclude changelog index from search
This commit is contained in:
parent
4be2abf3e2
commit
375d638626
@ -9,6 +9,7 @@ pagination:
|
|||||||
alias: changelogs
|
alias: changelogs
|
||||||
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 }}/"
|
||||||
|
excludeFromSearch: true
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: Changelogs
|
key: Changelogs
|
||||||
order: 13
|
order: 13
|
||||||
|
Loading…
x
Reference in New Issue
Block a user