diff options
-rw-r--r-- | config.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.toml b/config.toml index 422e6b9..7ce218d 100644 --- a/config.toml +++ b/config.toml @@ -23,13 +23,9 @@ enableEmoji = true title = "Instagram" url = "https://www.instagram.com/__rgdd" [[params.socialIcons]] - icon = "fab fa-twitter" - title = "Twitter" - url = "https://twitter.com/__rgdd" - [[params.socialIcons]] icon = "fab fa-mastodon" title = "Mastodon" - url = "https://mastodon.social/web/@rgdd" + url = "https://mastodon.social/@rgdd" [[params.socialIcons]] icon = "fab fa-github" title = "GitHub" @@ -39,9 +35,13 @@ enableEmoji = true title = "GitLab" url = "https://gitlab.torproject.org/rgdd" [[params.socialIcons]] + icon = "fab fa-gitlab" + title = "GitLab" + url = "https://git.glasklar.is/rgdd" + [[params.socialIcons]] icon = "fas fa-envelope" title = "E-mail" - url = "mailto:rasmus@mullvad.net" + url = "mailto:rasmus@rgdd.se" [permalinks] "/" = "/:filename" |