mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
@@ -94,6 +94,7 @@ type testPage struct {
|
||||
linkTitle string
|
||||
lang string
|
||||
section string
|
||||
site testSite
|
||||
|
||||
content string
|
||||
|
||||
@@ -532,7 +533,7 @@ func (p *testPage) SectionsPath() string {
|
||||
}
|
||||
|
||||
func (p *testPage) Site() Site {
|
||||
panic("not implemented")
|
||||
return p.site
|
||||
}
|
||||
|
||||
func (p *testPage) Sites() Sites {
|
||||
|
Reference in New Issue
Block a user