mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Docs: remove .Taxonomies from Page variables
The property seems to have never existed on Pages. Fixes #1865.
This commit is contained in:
committed by
digitalcraftsman
parent
d607f4c7df
commit
060f0206ee
@ -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>
|
||||
|
Reference in New Issue
Block a user