diff --git a/hugo.toml b/hugo.toml index a4a027c..5d4131f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -57,17 +57,17 @@ unsafe = true [[menu.main]] identifier = "about" name = "About" -url = "/about" +url = "/about/" weight = 1 [[menu.main]] identifier = "web" name = "Résumé" -url = "/web" +url = "/web/" weight = 10 [[menu.main]] identifier = "contact" name = "Contact" -url = "/contact" +url = "/contact/" weight = 50