added seasons list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user