From f98d688deeab57266f9847b6e831157f78023db4 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 10 Dec 2025 21:12:53 -0500 Subject: [PATCH] added a menu item via config file to the page --- themes/sukaato/hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/sukaato/hugo.toml b/themes/sukaato/hugo.toml index 04eccb8..5dbd0dd 100644 --- a/themes/sukaato/hugo.toml +++ b/themes/sukaato/hugo.toml @@ -17,6 +17,11 @@ name = 'Tags' pageRef = '/tags' weight = 30 +[[menus.main]] +name = 'Categories' +pageRef = '/categories' +weight = 30 + [module] [module.hugoVersion] extended = false