Use pageRef instead of url, as this is internal pages
This commit is contained in:
parent
597ad23238
commit
0b1902cd1a
1 changed files with 4 additions and 4 deletions
|
|
@ -37,10 +37,10 @@ author:
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- name: "Blog"
|
- name: "Blog"
|
||||||
url: ""
|
pageRef: "/"
|
||||||
weight: 10
|
weight: 10
|
||||||
- name: "Tags"
|
- name: "Tags"
|
||||||
url: "tags/"
|
pageRef: "/tags"
|
||||||
weight: 20
|
weight: 20
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
|
|
@ -67,8 +67,8 @@ languages:
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- name: "Articles"
|
- name: "Articles"
|
||||||
url: ""
|
pageRef: "/"
|
||||||
weight: 10
|
weight: 10
|
||||||
- name: "Tags"
|
- name: "Tags"
|
||||||
url: "tags/"
|
pageRef: "/tags"
|
||||||
weight: 20
|
weight: 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue