diff --git a/main/_data/socials.json b/main/_data/socials.json index 339dfd3..cfa163f 100644 --- a/main/_data/socials.json +++ b/main/_data/socials.json @@ -1,4 +1,5 @@ -[{ +[ + { "name": "Twitter", "link": "https://twitter.com/Ellpeck" }, @@ -32,5 +33,13 @@ "name": "Email", "link": "mailto:me@ellpeck.de", "darkIcon": true + }, + { + "name": "Mastodon", + "link": "https://mstdn.social/@Ellpeck" + }, + { + "name": "Cohost", + "link": "https://cohost.org/Ellpeck" } -] \ No newline at end of file +] diff --git a/main/res/social/cohost.png b/main/res/social/cohost.png new file mode 100644 index 0000000..8aaaa4d Binary files /dev/null and b/main/res/social/cohost.png differ diff --git a/main/res/social/mastodon.png b/main/res/social/mastodon.png new file mode 100644 index 0000000..d22c56f Binary files /dev/null and b/main/res/social/mastodon.png differ