mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
6896947058
* add generic menu declaration * update about section * commands * update content management section * update contribute section * functions * update getting started section * update hosting and deployment section * fix mailing list entry (no menu) * update news section * update Templates section * update tools section * update themes section * troubleshooting * update variables section Fixes rdwatters/hugo-docs-concept#45 See PR rdwatters/hugo-docs-concept#62
695 B
695 B
title, linktitle, description, date, publishdate, lastmod, categories, tags, draft, menu, weight, aliases, toc
| title | linktitle | description | date | publishdate | lastmod | categories | tags | draft | menu | 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 |
|
false |
A menu entry in a menu template has the following properties:
.URL- string
.Name- string
.Menu- string
.Identifier- string
.Pre- template.HTML
.Post- template.HTML
.Weight- int
.Parent- string
.Children- Menu