Document .IsSection page variable

* Document .IsSection page variable

Closes #760

* Describe what it is rather than what it is not
This commit is contained in:
Joe Mooring 2020-09-07 08:23:08 -04:00 committed by GitHub
parent a068bcf5cb
commit d3eb97a332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,9 @@ See [`.Scratch`](/functions/scratch/) for page-scoped, writable variables.
.IsPage
: always `true` for regular content pages.
.IsSection
: `true` if [`.Kind`](/templates/section-templates/#page-kinds) is `section`.
.IsTranslated
: `true` if there are translations to display.