mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
committed by
Bjørn Erik Pedersen
parent
7874b96815
commit
3a216186b2
@@ -416,6 +416,10 @@ func (p *testPage) Parent() Page {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (p *testPage) Ancestors() Pages {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (p *testPage) Path() string {
|
||||
return p.path
|
||||
}
|
||||
|
Reference in New Issue
Block a user