Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-11-08 11:20:12 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-11-08 11:20:12 +0300
commit007f95a52784b992e2c0432b2dc2712d8f08916e (patch)
tree9e15ffda28dc14009cdb1476fd779ac377ba64c7 /dev-config.toml
parent588d5bfbe356e2f678593a9e5d0609e88a045191 (diff)
feat: add menu active
Diffstat (limited to 'dev-config.toml')
-rw-r--r--dev-config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-config.toml b/dev-config.toml
index cdecd77..a288668 100644
--- a/dev-config.toml
+++ b/dev-config.toml
@@ -55,17 +55,17 @@ defaultContentLanguage = "en" # Default language to use (if you setup multiling
name = "Archives"
weight = 20
identifier = "archives"
- url = "post/"
+ url = "/post/"
[[languages.en.menu.main]]
name = "Tags"
weight = 30
identifier = "tags"
- url = "tags/"
+ url = "/tags/"
[[languages.en.menu.main]]
name = "Categories"
weight = 40
identifier = "categories"
- url = "categories/"
+ url = "/categories/"
[[languages.en.menu.main]]
name = "external-link"
weight = 50