Fix exampleSite menu url
This commit is contained in:
parent
c3da1e0281
commit
3f6885ac20
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Posts"
|
name = "Posts"
|
||||||
url = "/posts/"
|
url = "posts/"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/about-hugo/"
|
url = "about-hugo/"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
Loading…
Reference in a new issue