summaryrefslogtreecommitdiffstats
path: root/docs/content/en/variables/site.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/variables/site.md')
-rw-r--r--docs/content/en/variables/site.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/content/en/variables/site.md b/docs/content/en/variables/site.md
index eaacafa32..94e67fa1a 100644
--- a/docs/content/en/variables/site.md
+++ b/docs/content/en/variables/site.md
@@ -88,15 +88,9 @@ The following is a list of site-level (aka "global") variables. Many of these va
.Site.Pages
: array of all content ordered by Date with the newest first. This array contains only the pages in the current language. See [`.Site.Pages`](#site-pages).
-.Site.Permalinks
-: a string to override the default [permalink](/content-management/urls/) format as defined in the site configuration.
-
.Site.RegularPages
: a shortcut to the *regular* page collection. `.Site.RegularPages` is equivalent to `where .Site.Pages "Kind" "page"`. See [`.Site.Pages`](#site-pages).
-.Site.RSSLink
-: the URL for the site RSS.
-
.Site.Sections
: top-level directories of the site.