hugo/resources
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
..
images resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
internal
page Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_factories
resource_transformers
testdata resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
image.go resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
image_cache.go
image_test.go resources/images: Add exception for new test image 2019-10-30 12:22:13 -06:00
resource.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_cache.go
resource_cache_test.go
resource_metadata.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_metadata_test.go
resource_spec.go
resource_test.go
testhelpers_test.go
transform.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
transform_test.go