summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-02 09:37:07 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-02 10:39:44 +0100
commiteef23a7f2762ac2875da14a432f4700c43d58deb (patch)
tree2a5a6b77b93e5527d3b1b4a9b6be491b33697201 /tpl/tplimpl
parent66f94b4945e804f10be0a04d1365bb3c6e1a4c05 (diff)
Fix "page" not defined
Fixes #10774
Diffstat (limited to 'tpl/tplimpl')
-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 b8102c75d..1979fa1c9 100644
--- a/tpl/tplimpl/template_funcs.go
+++ b/tpl/tplimpl/template_funcs.go
@@ -50,6 +50,7 @@ import (
_ "github.com/gohugoio/hugo/tpl/math"
_ "github.com/gohugoio/hugo/tpl/openapi/openapi3"
_ "github.com/gohugoio/hugo/tpl/os"
+ _ "github.com/gohugoio/hugo/tpl/page"
_ "github.com/gohugoio/hugo/tpl/partials"
_ "github.com/gohugoio/hugo/tpl/path"
_ "github.com/gohugoio/hugo/tpl/reflect"