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:
|
||||
main:
|
||||
- name: "Blog"
|
||||
url: ""
|
||||
pageRef: "/"
|
||||
weight: 10
|
||||
- name: "Tags"
|
||||
url: "tags/"
|
||||
pageRef: "/tags"
|
||||
weight: 20
|
||||
|
||||
languages:
|
||||
|
|
@ -67,8 +67,8 @@ languages:
|
|||
menu:
|
||||
main:
|
||||
- name: "Articles"
|
||||
url: ""
|
||||
pageRef: "/"
|
||||
weight: 10
|
||||
- name: "Tags"
|
||||
url: "tags/"
|
||||
pageRef: "/tags"
|
||||
weight: 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue