hugo/tpl
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
..
cast
collections Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
compare tpl: Remove eq argument limitation 2019-09-05 14:38:47 +02:00
crypto
data Prepare for Goldmark 2019-11-06 19:09:08 +01:00
encoding
fmt
hugo
images Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
inflect
internal
lang
math
os
partials
path
reflect
resources Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
safe
site
strings
templates
time
tplimpl Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
transform Prepare for Goldmark 2019-11-06 19:09:08 +01:00
urls Support typed bool, int and float in shortcode params 2019-09-29 23:22:41 +02:00
template.go
template_info.go
template_test.go