Add math sample to main menu dropdown
This commit is contained in:
parent
0fd9dc2e64
commit
6670f5efb7
1 changed files with 8 additions and 0 deletions
|
|
@ -48,15 +48,23 @@ pygmentCodeFences = true
|
|||
name = "Samples"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
parent = "samples"
|
||||
name = "Math Sample"
|
||||
url = "/post/2017-03-05-math-sample"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
parent = "samples"
|
||||
name = "Code Sample"
|
||||
url = "/post/2016-03-08-code-sample"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
parent = "samples"
|
||||
name = "Test Markdown"
|
||||
url = "/post/2015-02-20-test-markdown"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue