From 73aafc370dda91e032ca78836bfc1a507b422bc0 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Tue, 5 Jul 2022 14:35:11 +0200 Subject: [PATCH] Move socials around --- config.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index 28301b6..2fa752f 100644 --- a/config.toml +++ b/config.toml @@ -37,23 +37,23 @@ enableRobotsTXT = true weight = 1 url = "https://linkedin.com/in/sam-a-107bbb23b" rel = "noopener noreferrer me" +[[params.social]] + name = "Mastodon" + icon = "fa fa-2x fa-mastodon" + weight = 2 + url = "https://social.data.coop/@samsapti" + rel = "noopener noreferrer me" [[params.social]] name = "GitHub" icon = "fa fa-2x fa-github" - weight = 2 + weight = 3 url = "https://github.com/samsaptidev" rel = "noopener noreferrer me" [[params.social]] name = "Gitea" icon = "fa fa-2x fa-git-square" - weight = 3 - url = "https://git.data.coop/samsapti" - rel = "noopener noreferrer me" -[[params.social]] - name = "Mastodon" - icon = "fa fa-2x fa-mastodon" weight = 4 - url = "https://social.data.coop/@samsapti" + url = "https://git.data.coop/samsapti" rel = "noopener noreferrer me" [[params.social]] name = "RSS"