diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-11-20 15:15:59 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-11-20 15:15:59 +0100 |
commit | 6d03b085359bdb65fc5e38c8a7ee6a5b453cb97c (patch) | |
tree | 212a800a652f7eb437d3b5402c28e628360b0162 | |
parent | 255c97ef841010a5846c28c64a7db98cb18d2a3e (diff) |
update links
-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" |