From 558415501e3190b81565b73b3a50a93d352c2a8c Mon Sep 17 00:00:00 2001 From: surajmandalcell Date: Wed, 4 Apr 2018 17:42:36 +0530 Subject: [PATCH] fixed example --- exampleSite/config.toml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7192a44..63fa365 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -44,26 +44,9 @@ copyright = "© Copyright notice" [[menu.main]] identifier = "theme" - name = "/theme" + name = "Theme" weight = 3 -[[menu.main]] - parent = "theme" - name = "creating-a-new-theme" - url = "/posts/creating-a-new-theme" - weight = 1 - -[[menu.main]] - parent = "theme" - name = "migrate-from-jekyll" - url = "/posts/migrate-from-jekyll" - weight = 2 - -[[menu.main]] - name = "Tags" - url = "/tags" - weight = 4 - [related] # Only include matches with rank >= threshold. This is a normalized rank between 0 and 100. threshold = 80