summaryrefslogtreecommitdiffstats
path: root/hugolib/page__common.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page__common.go')
-rw-r--r--hugolib/page__common.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/hugolib/page__common.go b/hugolib/page__common.go
index e55bb7e25..59f0bc776 100644
--- a/hugolib/page__common.go
+++ b/hugolib/page__common.go
@@ -102,6 +102,9 @@ type pageCommon struct {
// The parsed page content.
pageContent
+ // Keeps track of the shortcodes on a page.
+ shortcodeState *shortcodeHandler
+
// Set if feature enabled and this is in a Git repo.
gitInfo *gitmap.GitInfo
codeowners []string