Add .Page.Dir documentation

This commit is contained in:
Thomas Parisot 2017-11-04 10:36:25 +00:00 committed by digitalcraftsman
parent 22038d1a8e
commit 60b4414dec

View File

@ -41,6 +41,9 @@ See [`.Scratch`](/functions/scratch/) for page-scoped, writable variables.
`.Description`
: the description for the page.
`.Dir`
: the path of the folder containing this content file. The path is relative to the `content` folder.
`.Draft`
: a boolean, `true` if the content is marked as a draft in the front matter.