tpl: Fix reflect

Fixes #5564
This commit is contained in:
Cameron Moore
2018-12-28 03:41:46 -06:00
committed by Bjørn Erik Pedersen
parent 3f3187de0f
commit 9e4f9e0bb6
3 changed files with 1 additions and 2 deletions

View File

@@ -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"