Commented out About menu item for now

This commit is contained in:
Vegard Berg 2023-09-13 21:19:00 +02:00
parent e2107ff30d
commit 44baca5071
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ var DefaultMenu []MenuItem = []MenuItem{
Label: "new", Label: "new",
Href: "/new", Href: "/new",
}, },
{ /*{
Label: "about", Label: "about",
Href: "/about", Href: "/about",
}, },*/
} }