Add nil-check to Intersect
authorbep <bjorn.erik.pedersen@gmail.com>
Wed, 8 Oct 2014 17:56:00 +0000 (19:56 +0200)
committerspf13 <steve.francia@gmail.com>
Wed, 15 Oct 2014 16:31:22 +0000 (12:31 -0400)
commit16330cea91485158155f0bb07caf66639e00c9d2
treee2299f5096dfc5a4fe039bb3346c50f147050c89
parent1d4dde7ac3842796916277d579b2627d93a624ec
Add nil-check to Intersect

The Intersect template-method would fail if one or both of the lists were nil (post vs page; post has tags, page has not).

This commit adds a nil-check and returns an empty result if any of the inputs are nil.

See #537
hugolib/template.go
hugolib/template_test.go