diff --git a/README.md b/README.md index 5552cc8..adeffab 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ Predefined list: - github - instagram - linkedin + - mastodon (need full url) - patreon - reddit - snapchat diff --git a/data/social.yaml b/data/social.yaml index ab2c5f0..41c203d 100644 --- a/data/social.yaml +++ b/data/social.yaml @@ -4,6 +4,7 @@ social_icons: github: https://github.com/%s instagram: https://www.instagram.com/%s linkedin: https://www.linkedin.com/in/%s + mastodon: "%s" patreon: https://www.patreon.com/%s reddit: https://www.reddit.com/user/%s snapchat: https://www.snapchat.com/s/%s diff --git a/layouts/partials/fa-icons/mastodon.svg b/layouts/partials/fa-icons/mastodon.svg new file mode 100644 index 0000000..8532bd0 --- /dev/null +++ b/layouts/partials/fa-icons/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file