Add nested element to the main menu

Add a nested menu to the main menu, containing links to a few existing
posts
This commit is contained in:
Michael Romero 2017-02-21 00:28:04 -08:00
parent dd08915adf
commit 393582a537

View File

@ -35,4 +35,19 @@ pygmentCodeFences = true
[[menu.main]] [[menu.main]]
name = "About" name = "About"
url = "/page/about/" url = "/page/about/"
weight = 2 weight = 3
[[menu.main]]
identifier = "samples"
name = "Samples"
weight = 2
[[menu.main]]
parent = "samples"
name = "Code Sample"
url = "/post/2016-03-08-code-sample"
[[menu.main]]
parent = "samples"
name = "Test Markdown"
url = "/post/2015-02-20-test-markdown"