diff options
Diffstat (limited to 'exampleSite')
| -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 |
