Document .Page.BundleType (#1620)

Closes #785
This commit is contained in:
Joe Mooring 2021-12-30 07:36:31 -08:00 committed by GitHub
parent 8a033918f9
commit d3050b78c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,9 @@ See [`.Scratch`](/functions/scratch/) for page-scoped, writable variables.
.Aliases .Aliases
: aliases of this page : aliases of this page
.BundleType
: the [bundle] type: `leaf`, `branch`, or an empty string if the page is not a bundle.
.Content .Content
: the content itself, defined below the front matter. : the content itself, defined below the front matter.
@ -305,3 +308,4 @@ The top-level key will be preferred. Therefore, the following method, when appli
[gitinfo]: /variables/git/ [gitinfo]: /variables/git/
[File Variables]: /variables/files/ [File Variables]: /variables/files/
[bundle]: {{< relref "content-management/page-bundles" >}}