summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 02:20:45 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 02:20:45 -0400
commite2c37401407a8ddfb163a95587d418890a2a4baf (patch)
treec6c1ba5e5c1c6c8744f825761a1fb4ef3f24df5e
parentd2617d67ddc1e9453f2c71cd51a42db11fcd66d2 (diff)
downloadtozt-hugo-e2c37401407a8ddfb163a95587d418890a2a4baf.tar.gz
tozt-hugo-e2c37401407a8ddfb163a95587d418890a2a4baf.zip
add a link to my git repos to the nav bar
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 087049d..b58a209 100644
--- a/config.toml
+++ b/config.toml
@@ -49,3 +49,8 @@ weight = 6
name = "blog"
url = "/blog/"
weight = 7
+
+[[menu.main]]
+name = "git"
+url = "https://git.tozt.net/"
+weight = 8