Added slash on links for Docs and Blog
This commit is contained in:
parent
67250dca95
commit
a8d6c4635c
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ galleria.enabled = false
|
||||||
navbar_items = [
|
navbar_items = [
|
||||||
{ code = "en", nav_items = [
|
{ code = "en", nav_items = [
|
||||||
{ url = "$BASE_URL/", name = "Overview" },
|
{ url = "$BASE_URL/", name = "Overview" },
|
||||||
{ url = "$BASE_URL/documentation", name = "Docs" },
|
{ url = "$BASE_URL/documentation/", name = "Docs" },
|
||||||
{ url = "$BASE_URL/blog", name = "Blog" }
|
{ url = "$BASE_URL/blog/", name = "Blog" }
|
||||||
] },
|
] },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue