From 6bd8b5c9fdda347b1c59d36321446169156f49a6 Mon Sep 17 00:00:00 2001 From: "Sebastian H. Gabrielli" Date: Thu, 4 Jan 2024 23:14:50 +0100 Subject: [PATCH] Fix menu order --- config.toml | 3 +++ public/categories/index.html | 12 ++++++------ public/index.html | 14 +++++++------- public/posts/index.html | 12 ++++++------ public/posts/my-first-post/index.html | 12 ++++++------ public/tags/index.html | 12 ++++++------ 6 files changed, 34 insertions(+), 31 deletions(-) diff --git a/config.toml b/config.toml index 7226589..cfa90da 100644 --- a/config.toml +++ b/config.toml @@ -6,15 +6,18 @@ theme = "hugo-theme-monochrome" [params] footer = "Copyright © 2024 by Me" # default: None +[menus] [[menu.navbar]] identifier = "home" name = "Home" url = "/" +weight = 10 [[menu.navbar]] identifier = "intranett" name = "Intranett" url = "https://intranett.gitgals.com" +weight = 20 [[menu.navbar]] identifier = "apidocs" diff --git a/public/categories/index.html b/public/categories/index.html index 7455cd8..733115d 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -130,26 +130,26 @@
diff --git a/public/index.html b/public/index.html index 67bc26b..2232fd2 100644 --- a/public/index.html +++ b/public/index.html @@ -129,11 +129,7 @@
diff --git a/public/posts/index.html b/public/posts/index.html index b410304..590f8f1 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -130,26 +130,26 @@
diff --git a/public/posts/my-first-post/index.html b/public/posts/my-first-post/index.html index 639c8fb..7f09e73 100644 --- a/public/posts/my-first-post/index.html +++ b/public/posts/my-first-post/index.html @@ -134,26 +134,26 @@ Second title Very fancy lorem ipsum"/>
diff --git a/public/tags/index.html b/public/tags/index.html index 0afbf58..0c2fce4 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -130,26 +130,26 @@