diff --git a/_data/socials.yml b/_data/socials.yml index 4794b72..5d70ea4 100644 --- a/_data/socials.yml +++ b/_data/socials.yml @@ -1,11 +1,19 @@ -- name: discord +- name: Discord url: https://discordapp.com/invite/aRUAYFN - icon: discord.png + icon: discord.svg -- name: twitter - url: https://twitter.com/pebble_dev/ - icon: twitter.png +- name: Bluesky + url: https://bsky.app/profile/rebble.io/ + icon: bluesky.svg -- name: email - url: /contact/ - icon: email.png +- name: Mastodon + url: https://mastodon.social/@rebble + icon: mastodon.svg + +- name: GitHub + url: https://github.com/pebble-dev + icon: github.svg + +- name: Email + url: mailto:support@rebble.io + icon: email.svg diff --git a/_includes/footer.html b/_includes/footer.html index d4a32ab..ea9471b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,7 +5,7 @@
{% include mailinglist.html %} diff --git a/_includes/head.html b/_includes/head.html index 9ec4834..c81d2ea 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,6 +3,7 @@