diff options
-rw-r--r-- | config.toml | 10 |
1 files 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" @@ -33,6 +33,10 @@ enableEmoji = true 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" url = "https://www.linkedin.com/in/rgdd/" |