Removed extra .Site.LastChange listing
authorAustin Dizzy <AustinDizzy@users.noreply.github.com>
Mon, 3 Aug 2015 04:01:52 +0000 (00:01 -0400)
committerAnthony Fok <foka@debian.org>
Sat, 8 Aug 2015 05:13:18 +0000 (23:13 -0600)
docs/content/templates/variables.md

index ca30174e2f2f49b3efa1b723dff3e117aafdb944..5d9baf1d7cd4a60ac1ad73349d6f58b01da9efe4 100644 (file)
@@ -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.<br>
 **.Site.Taxonomies** The [taxonomies](/taxonomies/usage/) for the entire site.  Replaces the now-obsolete `.Site.Indexes` since v0.11.<br>
-**.Site.LastChange** The date of the last change of the most recent content.<br>
 **.Site.Pages** Array of all content ordered by Date, newest first.  Replaces the now-deprecated `.Site.Recent` starting v0.13.<br>
 **.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: