summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-22 10:57:43 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-22 13:36:04 +0100
commita524124beb0e7ca226c207ea48a90cea2cbef76e (patch)
treecf15663aa62b698b32aaf10d2573a7bce0188743 /docs/content
parentc1eb62512446fd80ff5e4c0f45c8614788595e0e (diff)
Fix crashes for 404 in IsAncestor etc.
Fixes #6931
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/en/readfiles/sectionvars.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/readfiles/sectionvars.md b/docs/content/en/readfiles/sectionvars.md
index 698955c02..45aaff1f3 100644
--- a/docs/content/en/readfiles/sectionvars.md
+++ b/docs/content/en/readfiles/sectionvars.md
@@ -5,13 +5,13 @@
: The page's first section below root, e.g. `/docs`, `/blog` etc.
.InSection $anotherPage
-: Whether the given page is in the current section. Note that this will always return false for pages that are not either regular, home or section pages.
+: Whether the given page is in the current section.
.IsAncestor $anotherPage
-: Whether the current page is an ancestor of the given page. Note that this method is not relevant for taxonomy lists and taxonomy terms pages.
+: Whether the current page is an ancestor of the given page.
.IsDescendant $anotherPage
-: Whether the current page is a descendant of the given page. Note that this method is not relevant for taxonomy lists and taxonomy terms pages.
+: Whether the current page is a descendant of the given page.
.Parent
: A section's parent section or a page's section.