From 5cab109c2bf5f19527bd622c1f961de75d801dba Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Sat, 4 Nov 2017 10:39:32 +0000 Subject: [PATCH] Add .Page.File documentation --- content/variables/page.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/variables/page.md b/content/variables/page.md index 7aab07bba..41d3e4462 100644 --- a/content/variables/page.md +++ b/content/variables/page.md @@ -53,6 +53,9 @@ See [`.Scratch`](/functions/scratch/) for page-scoped, writable variables. `.ExpiryDate` : the date on which the content is scheduled to expire; `.ExpiryDate` pulls from the `expirydate` field in a content's front matter. See also `.PublishDate`, `.Date`, and `.Lastmod`. +`.File` +: filesystem-related data for this content file. See also [File Variables][]. + `.FuzzyWordCount` : the approximate number of words in the content. @@ -282,3 +285,4 @@ The top-level key will be preferred. Therefore, the following method, when appli ``` [gitinfo]: /variables/git/ +[File Variables]: /variables/files/