shithub: hugo

Download patch

ref: 060f0206eec2219597c5bea15d69220722d7e351
parent: d607f4c7dfbed4e907692486e48502e7f81c9aeb
author: Paul Koppen <[email protected]>
date: Wed Feb 17 09:29:58 EST 2016

Docs: remove .Taxonomies from Page variables

The property seems to have never existed on Pages.

Fixes #1865.

--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -39,7 +39,6 @@
 **.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>