From e2c37401407a8ddfb163a95587d418890a2a4baf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 19 Oct 2018 02:20:45 -0400 Subject: add a link to my git repos to the nav bar --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-54-g00ecf