Fix: Menu items

feature/oscar-theme
Óscar M. Lage 2022-03-01 00:02:35 +01:00
parent f3a86e27eb
commit d5a75e4ade
1 changed files with 11 additions and 16 deletions

View File

@ -28,23 +28,18 @@ permalinks:
menu: menu:
main: main:
- identifier: "about" - identifier: "posts"
name: "About" name: "Posts"
title: "About" title: "Posts"
url: "/about/" url: "/posts/"
weight: 0 weight: 10
- identifier: "archive" - identifier: "archive"
name: "Archive" name: "Archive"
title: "Archive" title: "Archive"
url: "/archive/" url: "/archive/"
weight: 0 weight: 20
- identifier: "projects" - identifier: "about"
name: "Projects" name: "About"
title: "Projects" title: "About"
url: "/projects/" url: "/about/"
weight: 0 weight: 30
- identifier: "colophon"
name: "Colophon"
title: "Colophon"
url: "/colophon/"
weight: 0