hugo/tpl
Bjørn Erik Pedersen dac9c0dae6 Use cast.ToIntE for int conversions in substr and slicestr
It is less restrictive, and it is what is used in other template funcs.
2015-08-15 15:47:16 +02:00
..
template.go
template_embedded.go
template_funcs.go Use cast.ToIntE for int conversions in substr and slicestr 2015-08-15 15:47:16 +02:00
template_funcs_test.go Use cast.ToIntE for int conversions in substr and slicestr 2015-08-15 15:47:16 +02:00
template_resources.go Add missing formatting directive in Printf call 2015-08-06 22:46:35 +02:00
template_resources_test.go
template_test.go