summaryrefslogtreecommitdiffstats
path: root/hugolib/page.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page.go')
-rw-r--r--hugolib/page.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/hugolib/page.go b/hugolib/page.go
index ebd7a3a2a..d0951bff7 100644
--- a/hugolib/page.go
+++ b/hugolib/page.go
@@ -243,6 +243,8 @@ type Page struct {
// 3. But you can get it via .Site.GetPage
headless bool
+ bundleType bundleDirType
+
layoutDescriptor output.LayoutDescriptor
scratch *Scratch