aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-08-20 20:20:45 -0500
committerMichael Hunteman <michael@huntm.net>2023-08-25 15:10:18 -0500
commit5bd229c3ab3046f439eeb7b5627fb9d504d1a9b7 (patch)
treed9e35b2bfff3ff406ca06f9796bca52916616dea
parent401be0909a58baafaadfef445dd508fef38eb7d1 (diff)
Change navigation bar order
-rw-r--r--config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 2dd98b9..f12c6a1 100644
--- a/config.toml
+++ b/config.toml
@@ -11,12 +11,12 @@ unsafe = true
url = "/"
weight = 1
[[menu.nav]]
- name = "Blog"
- url = "/blog/"
- weight = 2
-[[menu.nav]]
name = "Software Projects"
url = "https://git.huntm.net/"
+ weight = 2
+[[menu.nav]]
+ name = "Blog"
+ url = "/blog/"
weight = 3
[[menu.nav]]
name = "Books"