From d5a75e4ade2f2ecae910f32c48d743e816923075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Tue, 1 Mar 2022 00:02:35 +0100 Subject: [PATCH] Fix: Menu items --- src/config.yml | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/config.yml b/src/config.yml index 2a40c07..98ff84f 100644 --- a/src/config.yml +++ b/src/config.yml @@ -28,23 +28,18 @@ permalinks: menu: main: - - identifier: "about" - name: "About" - title: "About" - url: "/about/" - weight: 0 + - identifier: "posts" + name: "Posts" + title: "Posts" + url: "/posts/" + weight: 10 - identifier: "archive" name: "Archive" title: "Archive" url: "/archive/" - weight: 0 - - identifier: "projects" - name: "Projects" - title: "Projects" - url: "/projects/" - weight: 0 - - identifier: "colophon" - name: "Colophon" - title: "Colophon" - url: "/colophon/" - weight: 0 + weight: 20 + - identifier: "about" + name: "About" + title: "About" + url: "/about/" + weight: 30