diff --git a/modules/config.go b/modules/config.go index 818241c94..122fd6c55 100644 --- a/modules/config.go +++ b/modules/config.go @@ -301,7 +301,7 @@ func (v HugoVersion) IsValid() bool { type Import struct { Path string // Module path IgnoreConfig bool // Ignore any config.toml found. - Disable bool // Turn off this module. + Disable bool // Turn off this module. Mounts []Mount }