hugo/tpl
Christopher Mancini 09038865c2 tpl: Add intersect operator to where function
Returns true if a given field value that is a slice / array of strings, integers or floats contains elements in common with the matching value. It follows the same rules as the intersect function.

Closes #1945
2016-04-28 00:58:47 +02:00
..
reflect_helpers.go Make where accept slice 2016-03-06 13:15:07 +01:00
template.go Add readFile template func 2016-03-31 21:24:18 +02:00
template_embedded.go Allow picking a specific file out of a gist 2016-03-11 18:29:07 +01:00
template_funcs.go tpl: Add intersect operator to where function 2016-04-28 00:58:47 +02:00
template_funcs_test.go tpl: Add intersect operator to where function 2016-04-28 00:58:47 +02:00
template_resources.go tpl: Do not write to cache when ignoring cache 2016-04-14 10:48:26 +02:00
template_resources_test.go tpl: Do not write to cache when ignoring cache 2016-04-14 10:48:26 +02:00
template_test.go Add readFile template func 2016-03-31 21:24:18 +02:00