mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
output: Rename HTMLType etc. to HTMLFormat
This commit is contained in:
@@ -102,7 +102,7 @@ func (l *LayoutHandler) For(d LayoutDescriptor, layoutOverride string, f Format)
|
||||
layout = layoutOverride
|
||||
}
|
||||
|
||||
isRSS := f.Name == RSSType.Name
|
||||
isRSS := f.Name == RSSFormat.Name
|
||||
|
||||
if d.Kind == "page" {
|
||||
if isRSS {
|
||||
|
Reference in New Issue
Block a user