Docs: remove .Taxonomies from Page variables

The property seems to have never existed on Pages.

Fixes #1865.
This commit is contained in:
Paul Koppen 2016-02-17 14:29:58 +00:00 committed by digitalcraftsman
parent d607f4c7df
commit 060f0206ee

View 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>