Files
hugo/common
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
..
2020-12-03 13:12:58 +01:00
2020-12-19 17:03:07 +01:00
2021-04-22 12:24:12 +02:00
2020-12-16 12:11:32 +01:00
2020-12-23 19:47:20 +01:00