ref: 6511e2c48f7e8e8f0d10c63b24aa1b9a2a273a27
parent: 7a681035ce7b08ef2a3284d86c49bd6a3c1d94de
author: Austin Dizzy <[email protected]>
date: Sun Aug 2 20:01:52 EDT 2015
Removed extra .Site.LastChange listing
--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -103,7 +103,6 @@
**.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: