added seasons list

This commit is contained in:
2026-02-01 13:25:11 +11:00
parent b25906b115
commit d7179a57da
17 changed files with 660 additions and 679 deletions

View File

@@ -7,7 +7,12 @@ type NavItem struct {
// Return the list of navbar links
func getNavItems() []NavItem {
return []NavItem{}
return []NavItem{
{
name: "Seasons",
href: "/seasons",
},
}
}
// Returns the navbar template fragment