summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRyan Watters <watters.ryan@gmail.com>2017-03-19 19:41:22 -0500
committerGitHub <noreply@github.com>2017-03-19 19:41:22 -0500
commit68f4cd829ee32a2449c4fbea392ace9f7f8022cf (patch)
tree6f592923afef8ac28f77dfb36542e7a2368d67d8 /docs
parent3fa7bc9c53d20a8ed16338c81285a411b9191c22 (diff)
Removing .Site.Recent
Per forum: https://discuss.gohugo.io/t/site-recent-deprecated-or-removed/5851/2
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/variables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md
index 96923f9e1..962297156 100644
--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -180,7 +180,7 @@ 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.RSSLink** The URL for the site RSS.<br>
**.Site.Taxonomies** The [taxonomies](/taxonomies/usage/) for the entire site. Replaces the now-obsolete `.Site.Indexes` since v0.11. Also see section [Taxonomies elsewhere](#taxonomies-elsewhere).<br>
-**.Site.Pages** Array of all content ordered by Date, newest first. Replaces the now-deprecated `.Site.Recent` starting v0.13. This array contains only the pages in the current language.<br>
+**.Site.Pages** Array of all content ordered by Date, newest first. `.Site.Pages` replaced `.Site.Recent`, which is no longer supported. This array contains only the pages in the current language.<br>
**.Site.AllPages** Array of all pages regardless of their translation.<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: