hugo/tpl/tplimpl
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
..
embedded tpl: Add optional "title" attribute to iframe in Vimeo shortcode 2019-10-12 18:10:14 +02:00
ace.go
amber_compiler.go
shortcodes.go
shortcodes_test.go
template.go
template_ast_transformers.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
template_ast_transformers_test.go Fix GetPage Params case issue 2019-11-22 18:41:40 +01:00
template_errors.go
template_funcs.go
template_funcs_test.go
template_info_test.go
templateFuncster.go
templateProvider.go