mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
77578f5bfc
in preparation for adding new translations such as Chinese. Paths for "readfile" shortcode are adjusted accordingly. See #461
1.3 KiB
1.3 KiB
title, linktitle, description, date, publishdate, lastmod, categories, keywords, draft, menu, weight, sections_weight, aliases, toc
| title | linktitle | description | date | publishdate | lastmod | categories | keywords | draft | menu | weight | sections_weight | aliases | toc | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Menu Variables | Menu Variables | A menu entry in a menu template has specific variables and functions to make menu management easier. | 2017-03-12 | 2017-03-12 | 2017-03-12 |
|
|
false |
|
50 | 50 |
|
false |
The menu template has the following properties:
- .URL
- string
- .Name
- string
- .Title
- string
This is a link title, meant to be used in title-Attributes of the menu's <a>-tags.
By default it returns .Page.LinkTitle, as long as the menu entry was created
through the page's front matter and not through the site config.
Setting it explicitly in the site config or the page's front matter overrides this behaviour.
- .Page
- Page Object
The .Page variable holds a reference to the page.
It's only set when the menu entry is created from the page's front matter,
not when it's created from the site config.
- .Menu
- string
- .Identifier
- string
- .Pre
- template.HTML
- .Post
- template.HTML
- .Weight
- int
- .Parent
- string
- .Children
- Menu