diff options
| author | Track3 <pengliabc@live.cn> | 2019-01-05 13:24:57 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2019-01-05 13:24:57 +0800 |
| commit | 3f6885ac2051d855b44709e7f2f0e6a1bcf73576 (patch) | |
| tree | 36311c3f451d9ac1de115c76be851c35a440541d | |
| parent | c3da1e02817a5f21358096d44899f1a865fa706e (diff) | |
Fix exampleSite menu url
| -rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index efc4f98..ad9ae5f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -65,10 +65,10 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func [[menu.main]] name = "Posts" - url = "/posts/" + url = "posts/" weight = 10 [[menu.main]] name = "About" - url = "/about-hugo/" + url = "about-hugo/" weight = 20 |
