hugo/common/maps
Bjørn Erik Pedersen f4ffeea71d Fix it so disableKinds etc. does not get merged in from theme
Unless the merge strategy is set up to do so.

For `disableKinds` the current workaround is to make sure the project config has an entry, even if is empty:

```
disableKinds = []
```

Note that this issue only touches root, non-map config-values that either is not set in project config or in Hugo's defaults.

Fixes #8866
2021-08-22 13:25:20 +02:00
..
maps.go Improve handling of <nil> Params 2021-07-30 21:07:52 +02:00
maps_get.go Simplify page tree logic 2019-08-08 20:13:39 +02:00
maps_test.go Improve handling of <nil> Params 2021-07-30 21:07:52 +02:00
params.go Fix it so disableKinds etc. does not get merged in from theme 2021-08-22 13:25:20 +02:00
params_test.go Fix config handling with empty config entries after merge 2021-06-27 15:01:56 +02:00
scratch.go common/maps: Add Scratch.DeleteInMap 2021-05-17 15:45:33 +02:00
scratch_test.go common/maps: Add Scratch.DeleteInMap 2021-05-17 15:45:33 +02:00