From 9f6c025f6599f6a72679891171eb6f429a46bc33 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 4 May 2024 17:35:54 +0200 Subject: Add LinkedIn to footer --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 3951d5c..1544144 100644 --- a/config.toml +++ b/config.toml @@ -32,6 +32,10 @@ enableEmoji = true icon = "fab fa-gitlab" title = "GitLab" url = "https://git.glasklar.is/rgdd" + [[params.socialIcons]] + icon = "fab fa-linkedin" + title = "LinkedIn" + url = "https://www.linkedin.com/in/rgdd/" [[params.socialIcons]] icon = "fas fa-envelope" title = "E-mail" -- cgit v1.2.3