Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tpl
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2018-12-28 12:41:46 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-28 12:41:46 +0300
commit9e4f9e0bb69276e9bca0dfbdbc7aefbf5f6fc9e5 (patch)
tree86e8c99da654214643658e75497e44441c0e84d7 /tpl
parent3f3187de0f62107da19d9341aebd1d8414bff0ea (diff)
tpl: Fix reflect
Fixes #5564
Diffstat (limited to 'tpl')
-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"