Swap Twitter with YouTube social media icon

This commit is contained in:
Nico Hoffmann
2022-12-09 15:00:18 +01:00
parent ae662daaf2
commit c232b329fe
4 changed files with 14 additions and 11 deletions

View File

@@ -12,13 +12,13 @@
*/
?>
<span class="social">
<a href="https://twitter.com/getkirby">
<?= svg('assets/icons/twitter.svg') ?>
<a href="https://instagram.com/getkirby">
<?= svg('assets/icons/instagram.svg') ?>
</a>
<a href="https://youtube.com/kirbycasts">
<?= svg('assets/icons/youtube.svg') ?>
</a>
<a href="https://chat.getkirby.com">
<?= svg('assets/icons/discord.svg') ?>
</a>
<a href="https://instagram.com/getkirby">
<?= svg('assets/icons/instagram.svg') ?>
</a>
</span>