From: Paul Koppen Date: Wed, 17 Feb 2016 14:29:58 +0000 (+0000) Subject: Docs: remove .Taxonomies from Page variables X-Git-Tag: v0.16~316 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=060f0206;p=brevno-suite%2Fhugo Docs: remove .Taxonomies from Page variables The property seems to have never existed on Pages. Fixes #1865. --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index ed227e31..c275beb7 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -39,7 +39,6 @@ matter, content or derived from file location. **.Permalink** The Permanent link for this page.
**.RelPermalink** The Relative permanent link for this page.
**.LinkTitle** Access when creating links to this content. Will use `linktitle` if set in front matter, else `title`.
-**.Taxonomies** These will use the field name of the plural form of the taxonomy (see tags and categories below).
**.RSSLink** Link to the taxonomies' RSS link.
**.TableOfContents** The rendered table of contents for this content.
**.Prev** Pointer to the previous content (based on pub date).