From a70f1b6281ceafffc22e0e304c2d9c6c55859b17 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 21 May 2026 13:02:19 -0700 Subject: [PATCH] Move the ,menu items to be in the order they appear. --- hugo.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index db787f3..ba3129a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -126,16 +126,16 @@ menu: url : "/categories" weight : 2 - - identifier : "40-recipes" - name : "Recipes" - url : "/categories/recipes" - weight : 4 - - identifier : "20-blog" name : "Articles" url : "/categories/articles" weight : 2 + - identifier : "40-recipes" + name : "Recipes" + url : "/categories/recipes" + weight : 4 + - identifier : "60-poetry" name : "Poetry" url : "/categories/musings"