From 9575202653e24035013fb3449dbe3cc954634622 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Tue, 20 Jan 2026 10:38:45 +0000 Subject: [PATCH] About --- hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 2d0067c..f9d687b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -62,17 +62,17 @@ style = "github-dark" [[menu.main]] name = "Blog" - weight = 1 + weight = 2 url = "posts/" [[menu.main]] name = "Projects" - weight = 2 + weight = 3 url = "projects/" [[menu.main]] name = "Contact" - weight = 3 + weight = 4 url = "contact/" [[menu.main]] name = "About" - weight = 4 + weight = 1 url = "about/"