mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
committed by
Bjørn Erik Pedersen
parent
ec8b767fa6
commit
06bac57ab0
@@ -194,6 +194,10 @@ func (p *nopPage) GitInfo() *gitmap.GitInfo {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *nopPage) Codeowners() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *nopPage) HasMenuCurrent(menuID string, me *navigation.MenuEntry) bool {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user