Add tags menu on exampleSite

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
This commit is contained in:
SeongJae Park 2017-02-25 00:26:16 +09:00
parent 91dbeff972
commit 8db80c9f74

View File

@ -50,4 +50,9 @@ pygmentCodeFences = true
[[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"
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3