mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Remove deprecations <= v0.122.0 (note)
These have, once we release this, been logging ERROR for 6 minor versions.
This commit is contained in:
@@ -77,20 +77,6 @@ func (p *nopPage) Layout() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (p *nopPage) RSSLink() template.URL {
|
||||
return ""
|
||||
}
|
||||
|
||||
// Deprecated: Use taxonomies instead.
|
||||
func (p *nopPage) Author() Author {
|
||||
return Author{}
|
||||
}
|
||||
|
||||
// Deprecated: Use taxonomies instead.
|
||||
func (p *nopPage) Authors() AuthorList {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *nopPage) AllTranslations() Pages {
|
||||
return nil
|
||||
}
|
||||
@@ -167,14 +153,6 @@ func (p *nopPage) ExpiryDate() (t time.Time) {
|
||||
return
|
||||
}
|
||||
|
||||
func (p *nopPage) Ext() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (p *nopPage) Extension() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (p *nopPage) File() *source.File {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user