tpl: Add custom index function
authorCameron Moore <moorereason@gmail.com>
Thu, 10 Mar 2016 14:21:20 +0000 (08:21 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 10 Mar 2016 16:47:59 +0000 (17:47 +0100)
commit2d0650dbd92b84f158636b95270acd8da07a814c
tree8c6d8875eebd67a67a23e2e90e55601e2450615e
parentf3f9763afd7955780b803de511a2a1eca7c8c8ae
tpl: Add custom index function

This commit adds a custom index template function that deviates from the stdlib
simply by not returning an "index out of range" error if an array, slice or
string index is out of range.  Instead, we just return nil values.  This should
help make the new default function more useful for Hugo users.

Fixes #1949
tpl/template_funcs.go
tpl/template_funcs_test.go