mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
@@ -66,8 +66,8 @@ func (p *nopPage) RSSLink() template.URL {
|
||||
|
||||
func (p *nopPage) Author() Author {
|
||||
return Author{}
|
||||
|
||||
}
|
||||
|
||||
func (p *nopPage) Authors() AuthorList {
|
||||
return nil
|
||||
}
|
||||
@@ -119,6 +119,7 @@ func (p *nopPage) Description() string {
|
||||
func (p *nopPage) RefFrom(argsm map[string]interface{}, source interface{}) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func (p *nopPage) RelRefFrom(argsm map[string]interface{}, source interface{}) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
@@ -356,6 +357,7 @@ func (p *nopPage) PublishDate() (t time.Time) {
|
||||
func (p *nopPage) PrevInSection() Page {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *nopPage) NextInSection() Page {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user