summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/shortcodes.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/tplimpl/shortcodes.go')
-rw-r--r--tpl/tplimpl/shortcodes.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tpl/tplimpl/shortcodes.go b/tpl/tplimpl/shortcodes.go
index abef11e1e..cc4d99491 100644
--- a/tpl/tplimpl/shortcodes.go
+++ b/tpl/tplimpl/shortcodes.go
@@ -32,8 +32,7 @@ type shortcodeVariant struct {
// A slice of length numTemplateVariants.
variants []string
- info tpl.Info
- templ tpl.Template
+ ts *templateState
}
type shortcodeTemplates struct {