From b2c6e1a650582707a20513d159e270fe87bd5aa6 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 31 Jul 2022 22:18:45 +0200 Subject: Place submenus in the correct order --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 00b6f92..71bdd68 100644 --- a/config.toml +++ b/config.toml @@ -40,15 +40,15 @@ theme = "researcher" [[menu.main]] name = "Resume" url = "/cv.pdf" - weight = 1 + weight = 4 [[menu.main]] name = "Projects" url = "/projects" - weight = 1 + weight = 2 [[menu.main]] name = "Blog" url = "/blog" - weight = 1 + weight = 3 [permalinks] blog = "/posts/:filename" -- cgit 1.4.1