From 60b4414decddf2a6b9750a122cc30e349c1e4039 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Sat, 4 Nov 2017 10:36:25 +0000 Subject: [PATCH] Add .Page.Dir documentation --- content/variables/page.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/variables/page.md b/content/variables/page.md index b813fc8e8..785da1ecb 100644 --- a/content/variables/page.md +++ b/content/variables/page.md @@ -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.