Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix default values when loading from config dir
By waiting until we've loaded the config dir config before applying the default values. Fixes #8763
- Loading branch information
Showing
with
44 additions
and 17 deletions.
- +4 −4 hugolib/config.go
- +40 −13 hugolib/config_test.go