mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
572 B
572 B
.URL
- string
.Name
- string
.Menu
- string
.Identifier
- string
.Pre
- template.HTML
.Post
- template.HTML
.Weight
- int
.Parent
- string
.Children
- Menu
Note that menus also have the following functions available as well:
.HasChildren
- boolean
Additionally, there are some relevant functions available to menus on a page:
.IsMenuCurrent
- (menu string, menuEntry *MenuEntry ) boolean
.HasMenuCurrent
- (menu string, menuEntry *MenuEntry) boolean