diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config.toml b/config.toml index e77a6a1..7422107 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,7 @@ pygmentsUseClasses = true title = "blog" url = "/blog/" weight = 10 - pre = '| ' + post = '| ' [[menu.main]] identifier = "about" @@ -29,7 +29,15 @@ pygmentsUseClasses = true title = "about" url = "/about/" weight = 20 - pre = '| ' + post = '| ' + + [[menu.main]] + identifier = "categories" + name = "Categories" + title = "Categories" + url = "/categories/" + weight = 20 + post = '| ' [[menu.main]] identifier = "reading" @@ -37,7 +45,7 @@ pygmentsUseClasses = true title = "Reading" url = "/reading/" weight = 20 - pre = '| ' + post = '| ' [[menu.main]] identifier = "tags" @@ -45,15 +53,7 @@ pygmentsUseClasses = true title = "Tags" url = "/tags/" weight = 20 - pre = '| ' - [[menu.main]] - identifier = "categories" - name = "Categories" - title = "Categories" - url = "/categories/" - weight = 20 - pre = '| ' [permalinks] posts = "/:title/" |