hugo/tpl
Cameron Moore fe929114d3 tpl: Fix panic in sort of nil sequence
Properly handle a nil sequence in the sortSeq function.  Test included.
Discovered while using `range sort .Site.Data.source.Undefined "foo"`.
2016-04-02 23:06:48 +02:00
..
reflect_helpers.go
template.go Add readFile template func 2016-03-31 21:24:18 +02:00
template_embedded.go
template_funcs.go tpl: Fix panic in sort of nil sequence 2016-04-02 23:06:48 +02:00
template_funcs_test.go tpl: Fix panic in sort of nil sequence 2016-04-02 23:06:48 +02:00
template_resources.go tpl: Make readDir use the WorkingDir fs 2016-03-31 23:06:51 +02:00
template_resources_test.go Add readFile template func 2016-03-31 21:24:18 +02:00
template_test.go Add readFile template func 2016-03-31 21:24:18 +02:00