Disable Eleventy navigation on link groups

This commit is contained in:
Helen Chong 2024-12-30 20:28:59 +08:00
parent 46f25c0d2d
commit 1ff127cd0f
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ export default {
eleventyComputed: {
title: "{{ title }}",
eleventyNavigation: {
key: "{{ title }}",
parent: "Links"
key: false,
parent: false
}
}
}