summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2020-11-12 17:12:22 -0500
committerRobby Zambito <contact@robbyzambito.me>2020-11-12 17:12:22 -0500
commit7986015009024b482b71e561b7ff53beb17cc59a (patch)
treef870db7a9080da1ea5250b0e8511226e4160f105 /config.toml
parentb3a3c2e26cc71a30dc33d2d0f8112628bba09928 (diff)
Added The Internets Own Boy to others tab
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"