summaryrefslogtreecommitdiffstats
path: root/hugolib/pagemeta/page_frontmatter.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/pagemeta/page_frontmatter.go')
-rw-r--r--hugolib/pagemeta/page_frontmatter.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/hugolib/pagemeta/page_frontmatter.go b/hugolib/pagemeta/page_frontmatter.go
index 88f6f3a11..f75613e80 100644
--- a/hugolib/pagemeta/page_frontmatter.go
+++ b/hugolib/pagemeta/page_frontmatter.go
@@ -47,7 +47,8 @@ type FrontMatterDescriptor struct {
// This the Page's front matter.
Frontmatter map[string]interface{}
- // This is the Page's base filename, e.g. page.md.
+ // This is the Page's base filename (BaseFilename), e.g. page.md., or
+ // if page is a leaf bundle, the bundle folder name (ContentBaseName).
BaseFilename string
// The content file's mod time.