Add Mastodon social icon

This commit is contained in:
Nico Hoffmann
2022-12-09 16:59:32 +01:00
parent c232b329fe
commit bd34df8301
2 changed files with 7 additions and 3 deletions

View File

@@ -12,13 +12,16 @@
*/
?>
<span class="social">
<a href="https://instagram.com/getkirby">
<a href="https://mastodon.social/@getkirby" aria-label="Follow us on Mastodon">
<?= svg('assets/icons/mastodon.svg') ?>
</a>
<a href="https://instagram.com/getkirby" aria-label="Follow us on Instagram">
<?= svg('assets/icons/instagram.svg') ?>
</a>
<a href="https://youtube.com/kirbycasts">
<a href="https://youtube.com/kirbycasts" aria-label="Watch our videos on YouTube">
<?= svg('assets/icons/youtube.svg') ?>
</a>
<a href="https://chat.getkirby.com">
<a href="https://chat.getkirby.com" aria-label="Chat with us on Discord">
<?= svg('assets/icons/discord.svg') ?>
</a>
</span>