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 Add a set of image filters 2019-08-28 15:59:54 +02:00
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 Fix concat with fingerprint regression 2019-09-05 19:59:49 +02:00
resource_transformers Cache processed images by their source path 2019-09-03 18:38:57 +02:00
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 Cache processed images by their source path 2019-09-03 18:38:57 +02:00
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 Image resource refactor 2019-08-26 15:00:44 +02:00
resource_cache_test.go Improve the server assets cache invalidation logic 2019-08-13 18:09:46 +02:00
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 Image resource refactor 2019-08-26 15:00:44 +02:00
resource_spec.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
resource_test.go Fix cache keys for bundled resoures in transform.Unmarshal 2019-09-12 20:58:06 +02:00
testhelpers_test.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
transform.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
transform_test.go Image resource refactor 2019-08-26 15:00:44 +02:00