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

github.com/Track3/hermit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrack3 <pengliabc@live.cn>2019-01-05 08:24:57 +0300
committerTrack3 <pengliabc@live.cn>2019-01-05 08:24:57 +0300
commit3f6885ac2051d855b44709e7f2f0e6a1bcf73576 (patch)
tree36311c3f451d9ac1de115c76be851c35a440541d
parentc3da1e02817a5f21358096d44899f1a865fa706e (diff)
Fix exampleSite menu url
-rw-r--r--exampleSite/config.toml4
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