mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
b874a1ba7a
commit
ac53035030
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ func DecodeTypes(maps ...map[string]interface{}) (Types, error) {
|
||||||
_, delimiterSet := vm["delimiter"]
|
_, delimiterSet := vm["delimiter"]
|
||||||
_, suffixSet := vm["suffix"]
|
_, suffixSet := vm["suffix"]
|
||||||
|
|
||||||
if mediaType.OldSuffix != "" {
|
if suffixSet {
|
||||||
suffixIsDeprecated()
|
suffixIsDeprecated()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue