mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
@@ -294,6 +294,10 @@ func (p *nopPage) RegularPages() Pages {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *nopPage) RegularPagesRecursive() Pages {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *nopPage) Paginate(seq interface{}, options ...interface{}) (*Pager, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user