From 88af3553b478b040db2f27f2366762660950fabe Mon Sep 17 00:00:00 2001 From: Mark Bools Date: Sat, 24 Aug 2024 18:51:42 +0100 Subject: [PATCH] Add github to social links --- mondarth-com/hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mondarth-com/hugo.toml b/mondarth-com/hugo.toml index 41b5d11..5803e37 100644 --- a/mondarth-com/hugo.toml +++ b/mondarth-com/hugo.toml @@ -40,3 +40,6 @@ timeZone = "Europe/London" [[params.ananke_socials]] name = 'youtube' url = 'https://www.youtube.com/channel/UCbpj4ryAcG1eIVXHuRSDRXw' +[[params.ananke_socials]] + name = 'github' + url = 'https://github.com/Mondarth'