diff --git a/config.toml b/config.toml index 56b4ab4..a07a162 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,13 @@ weight = 20 [[menus.main]] name = "Services" pageRef = "/services" -weight = 60 +weight = 30 + +[[menus.main]] +name = "File Uploader" +pageRef = "/upload" +weight = 40 + [markup.goldmark.renderer] unsafe = true \ No newline at end of file