From 03dbf09a32d888657c814929b3c87724a2234afb Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 16 Nov 2025 07:51:01 -0700 Subject: [PATCH] Hide blogposts menu item until the cntent is ready. --- hugo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo.toml b/hugo.toml index 4161371..1daaaf6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -118,11 +118,11 @@ theme = "hello-friend-ng" url = "/tags/crafts" weight = 3 -[[menu.main]] - identifier = "50-blog" - name = "Blogposts" - url = "/tags/blog" - weight = 5 +#[[menu.main]] +# identifier = "50-blog" +# name = "Blogposts" +# url = "/tags/blog" +# weight = 5 [[menu.main]] identifier = "60-poetry"