mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
output: Rename HTMLType etc. to HTMLFormat
This commit is contained in:
@@ -212,7 +212,7 @@ type Page struct {
|
||||
}
|
||||
|
||||
func (p *Page) RSSLink() template.URL {
|
||||
f, found := p.outputFormats.GetByName(output.RSSType.Name)
|
||||
f, found := p.outputFormats.GetByName(output.RSSFormat.Name)
|
||||
if !found {
|
||||
return ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user