summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/template_funcs.go
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2018-12-28 03:41:46 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-28 10:41:46 +0100
commit9e4f9e0bb69276e9bca0dfbdbc7aefbf5f6fc9e5 (patch)
tree86e8c99da654214643658e75497e44441c0e84d7 /tpl/tplimpl/template_funcs.go
parent3f3187de0f62107da19d9341aebd1d8414bff0ea (diff)
tpl: Fix reflect
Fixes #5564
Diffstat (limited to 'tpl/tplimpl/template_funcs.go')
-rw-r--r--tpl/tplimpl/template_funcs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/tplimpl/template_funcs.go b/tpl/tplimpl/template_funcs.go
index 09bb9381a..bbaf44ae2 100644
--- a/tpl/tplimpl/template_funcs.go
+++ b/tpl/tplimpl/template_funcs.go
@@ -38,6 +38,7 @@ import (
_ "github.com/gohugoio/hugo/tpl/os"
_ "github.com/gohugoio/hugo/tpl/partials"
_ "github.com/gohugoio/hugo/tpl/path"
+ _ "github.com/gohugoio/hugo/tpl/reflect"
_ "github.com/gohugoio/hugo/tpl/resources"
_ "github.com/gohugoio/hugo/tpl/safe"
_ "github.com/gohugoio/hugo/tpl/site"