From c70ea7689f8f114364ac8403bd40205840bc96b5 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sat, 4 Sep 2021 18:56:59 +0200 Subject: [PATCH] Link to the Github organization in the navbar --- config/_default/menus.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 575c1a1..7211749 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -20,6 +20,13 @@ url = "/blog/" weight = 20 +[[social]] + name = "GitHub" + pre = "" + url = "https://github.com/iv-org" + post = "v0.1.0" + weight = 20 + # [[footer]] # name = "Privacy" # url = "/privacy-policy/"