hugo/tpl
Cameron Moore df44b1930a tpl: Send actual values to in from intersect
The `intersect` function uses `in` to avoid adding duplicates to the
resulting set.  We were passing `reflect.Value` items when we should
have been using `Value.Interface()` to send the actual data structure.
This fixes that.

See #1952
2016-03-17 20:09:43 +01:00
..
reflect_helpers.go Make where accept slice 2016-03-06 13:15:07 +01:00
template.go No block support in shortcodes 2016-03-15 10:22:08 +01: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: Send actual values to in from intersect 2016-03-17 20:09:43 +01:00
template_funcs_test.go tpl: Send actual values to in from intersect 2016-03-17 20:09:43 +01:00
template_resources.go tpl: Unexport the rest of the internal template funcs 2016-03-04 01:00:41 +01:00
template_resources_test.go tpl: Unexport the rest of the internal template funcs 2016-03-04 01:00:41 +01:00
template_test.go tpl: Add missing printf param in t.Errorf call 2016-03-17 20:07:41 +01:00