hugo/common/maps
Bjørn Erik Pedersen a3fe5e5e35
Fix Params case handling in the index, sort and where func
This means that you can now do:

```
{{ range where .Site.Pages "Params.MYPARAM" "foo" }}
```
2019-11-22 18:41:50 +01:00
..
maps.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
maps_get.go Simplify page tree logic 2019-08-08 20:13:39 +02:00
maps_test.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
params.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
params_test.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
scratch.go Make Page an interface 2019-03-23 18:51:22 +01:00
scratch_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00