From ebb32f84c9cf0b16a5d0e6709ca32d6ca90463a9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 16 Nov 2025 07:19:21 -0700 Subject: [PATCH] Make the menu tags plural again. --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 9006aea..4161371 100644 --- a/hugo.toml +++ b/hugo.toml @@ -115,7 +115,7 @@ theme = "hello-friend-ng" [[menu.main]] identifier = "30-crafts" name = "Crafts" - url = "/tags/craft" + url = "/tags/crafts" weight = 3 [[menu.main]] @@ -127,7 +127,7 @@ theme = "hello-friend-ng" [[menu.main]] identifier = "60-poetry" name = "Poetry" - url = "/tags/poem" + url = "/tags/poetry" weight = 6 [[menu.main]] @@ -139,7 +139,7 @@ theme = "hello-friend-ng" [[menu.main]] identifier = "80-books" name = "eBooks" - url = "/tags/book" #"https://hyperling.com/books" + url = "/tags/books" #"https://hyperling.com/books" weight = 8 # End parameters related to: