From: Austin Dizzy Date: Mon, 3 Aug 2015 04:01:52 +0000 (-0400) Subject: Removed extra .Site.LastChange listing X-Git-Tag: v0.15~227 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6511e2c48f7e8e8f0d10c63b24aa1b9a2a273a27;p=brevno-suite%2Fhugo Removed extra .Site.LastChange listing --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index ca30174e..5d9baf1d 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -103,7 +103,6 @@ Also available is `.Site` which has the following: **.Site.BaseURL** The base URL for the site as defined in the site configuration file.
**.Site.Taxonomies** The [taxonomies](/taxonomies/usage/) for the entire site. Replaces the now-obsolete `.Site.Indexes` since v0.11.
-**.Site.LastChange** The date of the last change of the most recent content.
**.Site.Pages** Array of all content ordered by Date, newest first. Replaces the now-deprecated `.Site.Recent` starting v0.13.
**.Site.Params** A container holding the values from the `params` section of your site configuration file. For example, a TOML config file might look like this: