Disable Eleventy navigation on link groups
This commit is contained in:
parent
6488763816
commit
04bc2bfc3f
@ -5,8 +5,8 @@ export default {
|
|||||||
eleventyComputed: {
|
eleventyComputed: {
|
||||||
title: "{{ title }}",
|
title: "{{ title }}",
|
||||||
eleventyNavigation: {
|
eleventyNavigation: {
|
||||||
key: "{{ title }}",
|
key: false,
|
||||||
parent: "Links"
|
parent: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user