From 6a163f53a8637a83598db42c36ed670e8cb7b16e Mon Sep 17 00:00:00 2001 From: fridde Date: Wed, 27 Jan 2021 14:26:57 +0100 Subject: [PATCH] Removed noise. (#1317) In accordance to the doc-trine *"no one wants to know how things were in your time, grandpa"*. --- content/en/variables/site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/site.md b/content/en/variables/site.md index 6b3f1d843..d3df29609 100644 --- a/content/en/variables/site.md +++ b/content/en/variables/site.md @@ -96,7 +96,7 @@ All the methods below, e.g. `.Site.RegularPages` can also be reached via the glo : top-level directories of the site. .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). +: the [taxonomies](/taxonomies/usage/) for the entire site. Also see section [Taxonomies elsewhere](#taxonomies-elsewhere). .Site.Title : a string representing the title of the site.