From: digitalcraftsman Date: Fri, 27 May 2016 18:12:58 +0000 (+0200) Subject: docs: Document UniqueID page variable X-Git-Tag: v0.16~15 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=20358f46c8b813ab627cc27e08b1689687e41410;p=brevno-suite%2Fhugo docs: Document UniqueID page variable --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 25557c2e..ec72d965 100644 --- 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.
**.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 **.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.