docs: Drop .isDraft to new line
authorChris DeLuca <bronzehedwick@gmail.com>
Fri, 15 Jul 2016 18:38:02 +0000 (14:38 -0400)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 29 Jul 2016 18:10:40 +0000 (20:10 +0200)
Bring **.isDraft** onto a new line, to be consistent with the other list items.

docs/content/templates/variables.md

index a81b990d319faeb19182081a0d86b4ea3fe96ea0..a8e779cbc472266d0816f45316502074017c28e2 100644 (file)
@@ -52,7 +52,7 @@ matter, content or derived from file location.
 **.ReadingTime** The estimated time it takes to read the content in minutes.<br>
 **.Weight** Assigned weight (in the front matter) to this content, used in sorting.<br>
 **.RawContent** Raw Markdown content without the metadata header. Useful with [remarkjs.com](http://remarkjs.com)<br>
-**.UniqueID** The MD5-checksum of the page's filename
+**.UniqueID** The MD5-checksum of the page's filename<br>
 **.Draft** A boolean, `true` if the content is marked as a draft in the front matter.<br>
 **.IsNode** Always false for pages.<br>
 **.IsPage** Always true for page.<br>