Change navigation order
This commit is contained in:
parent
c79179c2bf
commit
9b0cb972e0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default async function(eleventyConfig) {
|
||||||
templateData: {
|
templateData: {
|
||||||
eleventyNavigation: {
|
eleventyNavigation: {
|
||||||
key: "Feed",
|
key: "Feed",
|
||||||
order: 3
|
order: 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
collection: {
|
collection: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue