mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
parent
ec8b767fa6
commit
06bac57ab0
13 changed files with 136 additions and 5 deletions
|
@ -252,6 +252,10 @@ func (p *testPage) GitInfo() *gitmap.GitInfo {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (p *testPage) Codeowners() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *testPage) HasMenuCurrent(menuID string, me *navigation.MenuEntry) bool {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue