mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-08 23:40:40 +02:00
Fixing issue when two menu items have the same name.
This commit is contained in:
@@ -39,7 +39,7 @@ func (n *Node) Now() time.Time {
|
||||
func (n *Node) HasMenuCurrent(menu string, me *MenuEntry) bool {
|
||||
return false
|
||||
}
|
||||
func (n *Node) IsMenuCurrent(menu string, name string) bool {
|
||||
func (n *Node) IsMenuCurrent(menu string, me *MenuEntry) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user