summaryrefslogtreecommitdiffstats
path: root/tpl/site/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/site/init.go')
-rw-r--r--tpl/site/init.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tpl/site/init.go b/tpl/site/init.go
index 48713bb3b..4dc934997 100644
--- a/tpl/site/init.go
+++ b/tpl/site/init.go
@@ -24,7 +24,6 @@ const name = "site"
func init() {
f := func(d *deps.Deps) *internal.TemplateFuncsNamespace {
-
s := d.Site
ns := &internal.TemplateFuncsNamespace{
Name: name,
@@ -38,7 +37,6 @@ func init() {
// We just add the Site as the namespace here. No method mappings.
return ns
-
}
internal.AddTemplateFuncsNamespace(f)