mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
@@ -270,7 +270,7 @@ type Config struct {
|
||||
Imports []Import
|
||||
|
||||
// Meta info about this module (license information etc.).
|
||||
Params map[string]interface{}
|
||||
Params map[string]any
|
||||
|
||||
// Will be validated against the running Hugo version.
|
||||
HugoVersion HugoVersion
|
||||
@@ -386,10 +386,10 @@ type Mount struct {
|
||||
Lang string // any language code associated with this mount.
|
||||
|
||||
// Include only files matching the given Glob patterns (string or slice).
|
||||
IncludeFiles interface{}
|
||||
IncludeFiles any
|
||||
|
||||
// Exclude all files matching the given Glob patterns (string or slice).
|
||||
ExcludeFiles interface{}
|
||||
ExcludeFiles any
|
||||
}
|
||||
|
||||
// Used as key to remove duplicates.
|
||||
|
Reference in New Issue
Block a user