Use pageRef instead of url, as this is internal pages
This commit is contained in:
parent
597ad23238
commit
0b1902cd1a
@ -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…
x
Reference in New Issue
Block a user