shithub: hugo

Download patch

ref: 012823a32a925a26a127e65341dfeef5a9b32690
parent: b9bba2b977256642d00938e317cc2b743c418e6e
author: spf13 <[email protected]>
date: Thu May 29 13:40:11 EDT 2014

Update menu documentation to be accurate

--- a/docs/content/extras/menus.md
+++ b/docs/content/extras/menus.md
@@ -37,12 +37,14 @@
 * **Parent**     string
 * **Children**   Menu
 
+And the following functions:
 
+* **HasChildren** bool
+
 Additionally there are some relevant functions available on the page:
 
- * **HasChildren** bool
- * **IsMenuCurrent** (menu string, menuEntry *MenuEntry ) bool
- * **HasMenuCurrent** (menu string, menuEntry *MenuEntry) bool
+* **IsMenuCurrent** (menu string, menuEntry *MenuEntry ) bool
+* **HasMenuCurrent** (menu string, menuEntry *MenuEntry) bool
 
 
 ## Adding content to menus