mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
all: Typo fixes
This commit is contained in:
parent
6927e6f048
commit
4094a1e12c
5 changed files with 6 additions and 6 deletions
|
@ -80,7 +80,7 @@ func createSiteOutputFormats(allFormats output.Formats, outputs map[string]any,
|
|||
f, found := allFormats.GetByName(format)
|
||||
if !found {
|
||||
if rssDisabled && strings.EqualFold(format, "RSS") {
|
||||
// This is legacy behaviour. We used to have both
|
||||
// This is legacy behavior. We used to have both
|
||||
// a RSS page kind and output format.
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue