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]] [[params.socialIcons]]
name = "github" name = "github"
url = "#" url = "#"
[menu] [menu]
[[menu.main]] [[menu.main]]
name = "Archives" name = "Archives"
url = "/archives/" url = "archives/"
weight = 5 weight = 5
[[menu.main]] [[menu.main]]
name = "Tags" name = "Tags"
url = "/tags/" url = "tags/"
weight = 10 weight = 10
[[menu.main]] [[menu.main]]
name = "Series" name = "Series"
url = "/series/" url = "series/"
weight = 15 weight = 15
[[menu.main]] [[menu.main]]
name = "Categories" name = "Categories"
url = "/categories/" url = "categories/"
weight = 20 weight = 20
[taxonomies] [taxonomies]