URI: 
       docs: Document UniqueID page variable - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 20358f46c8b813ab627cc27e08b1689687e41410
   DIR parent 5611631539cdff75ce849b85f0f324e831e2e8a5
  HTML Author: digitalcraftsman <digitalcraftsman@protonmail.com>
       Date:   Fri, 27 May 2016 20:12:58 +0200
       
       docs: Document UniqueID page variable
       
       Diffstat:
         M docs/content/templates/variables.md |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md
       @@ -51,6 +51,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
        **.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>