hugo/tpl
Bjørn Erik Pedersen 8fe1070872 Prevent confusing template errors when seq is nil
The common is the `where` func and this:

```
panic: reflect: call of reflect.Value.Type on zero Value [recovered]
	panic: reflect: call of reflect.Value.Type on zero Value
```
2016-02-09 19:02:05 +01:00
..
template.go Replace *bytes.Buffer with io.Writer in rendering 2016-01-05 23:32:03 +01:00
template_embedded.go Add autostart option to YouTube shortcode 2016-01-29 16:23:41 -05:00
template_funcs.go Prevent confusing template errors when seq is nil 2016-02-09 19:02:05 +01:00
template_funcs_test.go tpl: Add two more doArithmetic test cases 2016-02-07 23:02:46 +01:00
template_resources.go Use filepath.Join in locale resource getting 2016-02-07 02:12:33 +01:00
template_resources_test.go Apply gofmt -s 2016-02-06 13:09:52 +01:00
template_test.go Add one more temporary template test for linux/arm 2016-01-13 14:26:25 +01:00