Use pageRef instead of url, as this is internal pages

This commit is contained in:
nemunaire 2023-05-23 10:21:17 +02:00
parent 597ad23238
commit 0b1902cd1a
1 changed files with 4 additions and 4 deletions

View File

@ -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