Update sectionvars.md

This commit is contained in:
Bjørn Erik Pedersen
2019-05-03 15:04:27 +02:00
committed by GitHub
parent 7c9653cbe0
commit e08be4d81e
+4
View File
@@ -1,6 +1,10 @@
.CurrentSection
: The page's current section. The value can be the page itself if it is a section or the homepage.
.FirstSection
: 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.