1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-02-09 07:30:11 +00:00

Categories: Add category list link to the top bar

This commit is contained in:
Timur Ismagilov 2022-03-20 21:25:56 +03:00
parent 7865f77060
commit 15496ec02a

View File

@ -17,6 +17,7 @@ func SetDefaultHeaderLinks() {
{"/list", "All hyphae"},
{"/random", "Random"},
{"/help", "Help"},
{"/category", "Categories"},
}
}