From 8b66074b48d293ecf8799b8a0d8e6abe84e6adfb Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Wed, 6 Dec 2023 18:24:17 -0800 Subject: [PATCH] Add linkedin to navbar. --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index 1c282d1..112aee7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,4 +7,8 @@ title = "Drew's Site" name = 'Gitea' url = 'https://gitea.tiramisu.one/drew' weight = 20 +[[menu.main]] + name = 'LinkedIn' + url = 'https://www.linkedin.com/in/drew-galbraith/' + weight = 30