Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/extras/menus.md')
-rw-r--r--docs/content/extras/menus.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/content/extras/menus.md b/docs/content/extras/menus.md
index d557451d4..24b24b775 100644
--- a/docs/content/extras/menus.md
+++ b/docs/content/extras/menus.md
@@ -1,13 +1,13 @@
-+++
-title = "Menus"
-weight = 20
-prev = "/extras/livereload"
-next = "/extras/permalinks"
-date = 2014-05-14T02:36:37Z
-[menu]
- [menu.main]
- parent = "extras"
-+++
+---
+date: 2014-05-14T02:36:37Z
+menu:
+ main:
+ parent: extras
+next: /extras/permalinks
+prev: /extras/livereload
+title: Menus
+weight: 20
+---
Hugo has a simple yet powerful menu system that permits content to be
placed in menus with a good degree of control without a lot of work.