Fixes #1 append "/" at the front of the link
This commit is contained in:
parent
fbfbccd099
commit
68fe4b5d9b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
url = "posts"
|
url = "/posts"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
|
|
Loading…
Reference in a new issue