summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml15
1 files changed, 10 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index 01da90a..a7b7331 100644
--- a/config.toml
+++ b/config.toml
@@ -28,19 +28,24 @@ url = "/"
weight = 1
[[menu.main]]
-name = "All posts"
-url = "/posts"
+name = "About"
+url = "/about"
weight = 2
[[menu.main]]
-name = "About"
-url = "/about"
+name = "All posts"
+url = "/posts"
weight = 3
[[menu.main]]
+name = "Other"
+url = "/other"
+weight = 4
+
+[[menu.main]]
name = "Tags"
url = "/tags"
-weight = 4
+weight = 5
[[params.social]]
name = "Gitea"