|
|
@ -29,7 +29,6 @@ import ( |
|
|
|
|
|
|
|
"github.com/gohugoio/hugo/source" |
|
|
|
|
|
|
|
"github.com/gohugoio/hugo/common/constants" |
|
|
|
"github.com/gohugoio/hugo/common/hashing" |
|
|
|
"github.com/gohugoio/hugo/common/hugo" |
|
|
|
"github.com/gohugoio/hugo/common/loggers" |
|
|
@ -647,9 +646,6 @@ params: |
|
|
|
} |
|
|
|
|
|
|
|
for k, v := range userParams { |
|
|
|
if _, found := params[k]; found { |
|
|
|
p.s.Log.Warnidf(constants.WarnFrontMatterParamsOverrides, "Hugo front matter key %q is overridden in params section.", k) |
|
|
|
} |
|
|
|
params[strings.ToLower(k)] = v |
|
|
|
} |
|
|
|
|
|
|
|