From d3eb97a3328f5390801bbce017233ce895fc2d28 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 7 Sep 2020 08:23:08 -0400 Subject: [PATCH] Document .IsSection page variable * Document .IsSection page variable Closes #760 * Describe what it is rather than what it is not --- content/en/variables/page.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/variables/page.md b/content/en/variables/page.md index ec19f85c4..d108636d5 100644 --- a/content/en/variables/page.md +++ b/content/en/variables/page.md @@ -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.