shithub: hugo

Download patch

ref: 333646c52d0975a0fb3911ac649defd6d66f0a7d
parent: e3e1f7a2bb93d24daf1c668200e79588ae74992a
author: Chris DeLuca <[email protected]>
date: Fri Jul 15 10:38:02 EDT 2016

docs: Drop .isDraft to new line

Bring **.isDraft** onto a new line, to be consistent with the other list items.

--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -52,7 +52,7 @@
 **.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>