From: Anthony Fok Date: Sat, 8 Aug 2015 05:30:11 +0000 (-0600) Subject: docs: More detailed explanation of .Site.LastChange X-Git-Tag: v0.15~226 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ee7dd292;p=brevno-suite%2Fhugo docs: More detailed explanation of .Site.LastChange --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 5d9baf1d..84076a26 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -120,7 +120,7 @@ Also available is `.Site` which has the following: **.Site.LanguageCode** A string representing the language as defined in the site configuration.
**.Site.DisqusShortname** A string representing the shortname of the Disqus shortcode as defined in the site configuration.
**.Site.Copyright** A string representing the copyright of your web site as defined in the site configuration.
-**.Site.LastChange** A string representing the last time content has been updated.
+**.Site.LastChange** A string representing the date/time of the most recent change to your site, based on the [`date` variable]({{< ref "content/front-matter.md#required-variables" >}}) in the front matter of your content pages.
**.Site.Permalinks** A string to override the default permalink format. Defined in the site configuration.
**.Site.BuildDrafts** A boolean (Default: false) to indicate whether to build drafts. Defined in the site configuration.
**.Site.Data** Custom data, see [Data Files](/extras/datafiles/).