From 146c740ea634aa8c67849bd23decb2f5fab22715 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Fri, 9 Sep 2022 19:52:38 +0200 Subject: [PATCH] Remove Mastodon --- config.toml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index 2fa752f..c31b133 100644 --- a/config.toml +++ b/config.toml @@ -37,28 +37,22 @@ 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 = 3 + weight = 2 url = "https://github.com/samsaptidev" rel = "noopener noreferrer me" [[params.social]] name = "Gitea" icon = "fa fa-2x fa-git-square" - weight = 4 + weight = 3 url = "https://git.data.coop/samsapti" rel = "noopener noreferrer me" [[params.social]] name = "RSS" icon = "fa fa-2x fa-rss" - weight = 5 + weight = 4 url = "posts/index.xml" rel = "alternate" type = "application/rss+xml"