From 34517a429a9af7af73b81c2cbc2d15f6d3df1706 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 13 Nov 2025 21:58:26 -0700 Subject: [PATCH] Fix the link to crafts. --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index f27a9b7..9006aea 100644 --- a/hugo.toml +++ b/hugo.toml @@ -115,7 +115,7 @@ theme = "hello-friend-ng" [[menu.main]] identifier = "30-crafts" name = "Crafts" - url = "/tags/crafts" + url = "/tags/craft" weight = 3 [[menu.main]]