diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-07-02 09:04:46 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-07-02 09:04:46 +0200 |
commit | defd7106bf79a502418ec373bdb82742b16f777f (patch) | |
tree | 608f3fbc7bfc1e95eda89b603d08388eb027ac61 /tpl/tplimpl/template_funcs.go | |
parent | beb6c03bc8f476b753e5f3e3bc7a4a2e3f8ad355 (diff) | |
download | hugo-defd7106bf79a502418ec373bdb82742b16f777f.tar.gz hugo-defd7106bf79a502418ec373bdb82742b16f777f.zip |
tpl: Add debug.Dump
Fixes #3957
Diffstat (limited to 'tpl/tplimpl/template_funcs.go')
-rw-r--r-- | tpl/tplimpl/template_funcs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/tplimpl/template_funcs.go b/tpl/tplimpl/template_funcs.go index 88869940d..ccf33d8ba 100644 --- a/tpl/tplimpl/template_funcs.go +++ b/tpl/tplimpl/template_funcs.go @@ -36,6 +36,7 @@ import ( _ "github.com/gohugoio/hugo/tpl/compare" _ "github.com/gohugoio/hugo/tpl/crypto" _ "github.com/gohugoio/hugo/tpl/data" + _ "github.com/gohugoio/hugo/tpl/debug" _ "github.com/gohugoio/hugo/tpl/encoding" _ "github.com/gohugoio/hugo/tpl/fmt" _ "github.com/gohugoio/hugo/tpl/hugo" |