Docs: remove .Taxonomies from Page variables
authorPaul Koppen <github@paulkoppen.com>
Wed, 17 Feb 2016 14:29:58 +0000 (14:29 +0000)
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Wed, 24 Feb 2016 18:22:53 +0000 (19:22 +0100)
The property seems to have never existed on Pages.

Fixes #1865.

docs/content/templates/variables.md

index ed227e31666b611549133a41e90370e5f557ca3d..c275beb7ee7f7c92893b6da8fbade1d8aceb0366 100644 (file)
@@ -39,7 +39,6 @@ matter, content or derived from file location.
 **.Permalink** The Permanent link for this page.<br>
 **.RelPermalink** The Relative permanent link for this page.<br>
 **.LinkTitle** Access when creating links to this content. Will use `linktitle` if set in front matter, else `title`.<br>
-**.Taxonomies** These will use the field name of the plural form of the taxonomy (see tags and categories below).<br>
 **.RSSLink** Link to the taxonomies' RSS link.<br>
 **.TableOfContents** The rendered table of contents for this content.<br>
 **.Prev** Pointer to the previous content (based on pub date).<br>