mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
@@ -72,7 +72,7 @@ func (p *pageDeprecated) BaseFileName() string {
|
||||
return p.p.BaseFileName()
|
||||
}
|
||||
func (p *pageDeprecated) RSSLink() template.URL {
|
||||
helpers.Deprecated("Page", ".RSSLink", "Use the Output Format's link, e.g. something like: \n {{ with .OutputFormats.Get \"RSS\" }}{{ . RelPermalink }}{{ end }}", false)
|
||||
helpers.Deprecated("Page", ".RSSLink", "Use the Output Format's link, e.g. something like: \n {{ with .OutputFormats.Get \"RSS\" }}{{ .RelPermalink }}{{ end }}", false)
|
||||
return p.p.RSSLink()
|
||||
}
|
||||
func (p *pageDeprecated) TranslationBaseName() string {
|
||||
|
Reference in New Issue
Block a user