config: menu: remove leading slashes

This commit is contained in:
Aditya Telange 2020-09-12 16:47:41 +05:30
parent e13f653186
commit a7967aa845
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
1 changed files with 5 additions and 4 deletions

View File

@ -54,26 +54,27 @@ theme = "hugo-PaperMod"
[[params.socialIcons]]
name = "github"
url = "#"
[menu]
[[menu.main]]
name = "Archives"
url = "/archives/"
url = "archives/"
weight = 5
[[menu.main]]
name = "Tags"
url = "/tags/"
url = "tags/"
weight = 10
[[menu.main]]
name = "Series"
url = "/series/"
url = "series/"
weight = 15
[[menu.main]]
name = "Categories"
url = "/categories/"
url = "categories/"
weight = 20
[taxonomies]