hugo/tpl
Cameron Moore 09c8c17bf0 tpl: fix default function
This commit fixes a few things:

1. `given` is now a variadic parameter so that piping works properly
2. add separate template tests to make sure piping works
3. support time values
4. add more tests of the dfault function
2016-03-10 17:47:59 +01:00
..
reflect_helpers.go Make where accept slice 2016-03-06 13:15:07 +01:00
template.go Add support for Go 1.6 block keyword in templates 2016-03-10 10:53:54 +01:00
template_embedded.go Add autostart option to YouTube shortcode 2016-01-29 16:23:41 -05:00
template_funcs.go tpl: fix default function 2016-03-10 17:47:59 +01:00
template_funcs_test.go tpl: fix default function 2016-03-10 17:47:59 +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 Add support for Go 1.6 block keyword in templates 2016-03-10 10:53:54 +01:00