From 15496ec02ac028d519e4ab20b534afd1878a3c8e Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sun, 20 Mar 2022 21:25:56 +0300 Subject: [PATCH] Categories: Add category list link to the top bar --- cfg/header_links.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg/header_links.go b/cfg/header_links.go index 603a765..3d284aa 100644 --- a/cfg/header_links.go +++ b/cfg/header_links.go @@ -17,6 +17,7 @@ func SetDefaultHeaderLinks() { {"/list", "All hyphae"}, {"/random", "Random"}, {"/help", "Help"}, + {"/category", "Categories"}, } }