hugo/tpl
Cameron Moore b0326a1c0f tpl: Treat booleans as set in default function
Booleans and `default` don't really make sense together, so we'll always treat
booleans as "set" and return the given value.
2016-03-16 20:05:48 +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: Treat booleans as set in default function 2016-03-16 20:05:48 +01:00
template_funcs_test.go tpl: Treat booleans as set in default function 2016-03-16 20:05:48 +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