From 333646c52d0975a0fb3911ac649defd6d66f0a7d Mon Sep 17 00:00:00 2001 From: Chris DeLuca Date: Fri, 15 Jul 2016 14:38:02 -0400 Subject: [PATCH] docs: Drop .isDraft to new line Bring **.isDraft** onto a new line, to be consistent with the other list items. --- docs/content/templates/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index a81b990d3..a8e779cbc 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -52,7 +52,7 @@ matter, content or derived from file location. **.ReadingTime** The estimated time it takes to read the content in minutes.
**.Weight** Assigned weight (in the front matter) to this content, used in sorting.
**.RawContent** Raw Markdown content without the metadata header. Useful with [remarkjs.com](http://remarkjs.com)
-**.UniqueID** The MD5-checksum of the page's filename +**.UniqueID** The MD5-checksum of the page's filename
**.Draft** A boolean, `true` if the content is marked as a draft in the front matter.
**.IsNode** Always false for pages.
**.IsPage** Always true for page.