From 5b42715167bd28ba9f844ea73377ca76b010a1de Mon Sep 17 00:00:00 2001 From: Tim Kroeger Date: Thu, 24 Nov 2022 13:46:10 +0100 Subject: [PATCH] Add mastodon icon based on the original wordmark logo portion. Add corresponding data. --- src/_data/social.json | 5 +++++ src/_includes/icons/social-mastodon.svg | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/_includes/icons/social-mastodon.svg diff --git a/src/_data/social.json b/src/_data/social.json index a875b9d..75d527d 100644 --- a/src/_data/social.json +++ b/src/_data/social.json @@ -4,6 +4,11 @@ "url": "https://github.com/madrilene/eleventy-excellent", "icon": "github.svg" }, + { + "platform": "mastodon", + "url": "https://front-end.social/@lene", + "icon": "mastodon.svg" + }, { "platform": "twitter", "url": "https://twitter.com/lenesaile", diff --git a/src/_includes/icons/social-mastodon.svg b/src/_includes/icons/social-mastodon.svg new file mode 100644 index 0000000..09b29ee --- /dev/null +++ b/src/_includes/icons/social-mastodon.svg @@ -0,0 +1,20 @@ + \ No newline at end of file