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
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
template_resources_test.go
template_test.go