diff --git a/hugo.toml b/hugo.toml index 8197c80..dbd7a0b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -58,13 +58,17 @@ name = "Imprint" url = "/imprint/" weight = 2 [[menus.footer]] +name = "Dev" +url = "https://dev.pivoine.art" +weight = 3 +[[menus.footer]] name = "Bar" url = "https://bar.pivoine.art" -weight = 3 +weight = 4 [[menus.footer]] name = "Roux" url = "https://roux.pivoine.art" -weight = 4 +weight = 5 [markup.goldmark.renderer] unsafe = true