summaryrefslogtreecommitdiffstats
path: root/docs/content/en/content-management/menus.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/content-management/menus.md')
-rw-r--r--docs/content/en/content-management/menus.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/content/en/content-management/menus.md b/docs/content/en/content-management/menus.md
index aefc99e00..b9fab2ca4 100644
--- a/docs/content/en/content-management/menus.md
+++ b/docs/content/en/content-management/menus.md
@@ -1,20 +1,16 @@
---
title: Menus
-linktitle: Menus
+linkTitle: Menus
description: Hugo has a simple yet powerful menu system.
-date: 2017-02-01
-publishdate: 2017-02-01
-lastmod: 2017-03-31
categories: [content management]
keywords: [menus]
-draft: false
menu:
docs:
- parent: "content-management"
- weight: 120
-weight: 120
-aliases: [/extras/menus/]
+ parent: content-management
+ weight: 190
toc: true
+weight: 190
+aliases: [/extras/menus/]
---
{{% note "Lazy Blogger"%}}
@@ -69,7 +65,7 @@ menu:
## Add Non-content Entries to a Menu
-You can also add entries to menus that aren’t attached to a piece of content. This takes place in your Hugo project's [`config` file][config].
+You can also add entries to menus that aren’t attached to a piece of content. This takes place in your Hugo project's [`config` file][config] (see [Menu Entry Properties][me-props] for full details of available variables).
Here’s an example snippet pulled from a configuration file: