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