From b86654766f9605e8ebc9233231247263e7080f16 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 19 Sep 2024 07:46:46 +0300 Subject: [PATCH] add the file uploader to the navbar thing --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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