From f13182307cf6ba52b273a1d6d60c8d8aa8ed2ee9 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 31 Dec 2016 17:55:03 +0100 Subject: [PATCH] docs, tpl: Fix documentation of UniqueID See #2861 --- content/templates/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/variables.md b/content/templates/variables.md index db00ebcd5..e914f24fd 100644 --- a/content/templates/variables.md +++ b/content/templates/variables.md @@ -68,7 +68,7 @@ matter, content or derived from file location. **.Truncated** A boolean, `true` if the `.Summary` is truncated. Useful for showing a "Read more..." link only if necessary. See [Summaries](/content/summaries/) for more details.
**.Type** The content [type](/content/types/) (e.g. post).
**.URL** The relative URL for this page. Note that if `URL` is set directly in frontmatter, that URL is returned as-is.
-**.UniqueID** The MD5-checksum of the page's filename
+**.UniqueID** The MD5-checksum of the content file's path
**.Weight** Assigned weight (in the front matter) to this content, used in sorting.
**.WordCount** The number of words in the content.