From da551dacba1e45b36043cc8ae26f06b5a2183805 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 18 Oct 2024 17:14:20 +0200 Subject: footer: Link git.rgdd.se Also float all git things towards the left. --- config.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 1544144..7a9c6a0 100644 --- a/config.toml +++ b/config.toml @@ -17,9 +17,9 @@ enableEmoji = true pageWidth = "750px" avatarSize = "90px" [[params.socialIcons]] - icon = "fab fa-mastodon" - title = "Mastodon" - url = "https://mastodon.social/@rgdd" + icon = "fab fa-git" + title = "git" + url = "https://git.rgdd.se/" [[params.socialIcons]] icon = "fab fa-github" title = "GitHub" @@ -32,6 +32,10 @@ enableEmoji = true icon = "fab fa-gitlab" title = "GitLab" url = "https://git.glasklar.is/rgdd" + [[params.socialIcons]] + icon = "fab fa-mastodon" + title = "Mastodon" + url = "https://mastodon.social/@rgdd" [[params.socialIcons]] icon = "fab fa-linkedin" title = "LinkedIn" -- cgit v1.2.3