From abaa02c52d1ea03af52b830824a4b65b75fccdb8 Mon Sep 17 00:00:00 2001 From: kaliban Date: Wed, 7 Aug 2024 15:55:14 +0200 Subject: [PATCH] fixed header order --- hugo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hugo.toml b/hugo.toml index d04a04a..edfe0b4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -113,9 +113,9 @@ SiteVerificationTag = "XYZabc" keys = [ "title", "permalink", "summary", "content" ] [[menu.main]] -identifier = "tags" -name = "tags" -url = "/tags/" +identifier = "archives" +name = "archives" +url = "/archives/" weight = 10 [[menu.main]] @@ -125,15 +125,15 @@ url = "/projects/" weight = 20 [[menu.main]] -identifier = "about" -name = "about" -url = "/about/" +identifier = "tags" +name = "tags" +url = "/tags/" weight = 30 [[menu.main]] -identifier = "archives" -name = "archives" -url = "/archives/" +identifier = "about" +name = "about" +url = "/about/" weight = 40 [markup.highlight]