diff --git a/assets/icons/twitter.svg b/assets/icons/twitter.svg
deleted file mode 100644
index 683d57e..0000000
--- a/assets/icons/twitter.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/assets/icons/youtube.svg b/assets/icons/youtube.svg
new file mode 100644
index 0000000..b1a8b24
--- /dev/null
+++ b/assets/icons/youtube.svg
@@ -0,0 +1,4 @@
+
diff --git a/content/3_about/about.txt b/content/3_about/about.txt
index d580e49..138d6c8 100644
--- a/content/3_about/about.txt
+++ b/content/3_about/about.txt
@@ -20,13 +20,13 @@ Phone: +49 1234 5678
Social:
--
- platform: Twitter
- url: https://twitter.com/getkirby
--
+-
+ platform: YouTube
+ url: https://youtube.com/kirbycasts
+-
platform: Instagram
url: https://instagram.com/getkirby
--
+-
platform: Discord
url: https://chat.getkirby.com
diff --git a/site/snippets/social.php b/site/snippets/social.php
index 54363e9..5d2ae98 100644
--- a/site/snippets/social.php
+++ b/site/snippets/social.php
@@ -12,13 +12,13 @@
*/
?>
-
- = svg('assets/icons/twitter.svg') ?>
+
+ = svg('assets/icons/instagram.svg') ?>
+
+
+ = svg('assets/icons/youtube.svg') ?>
= svg('assets/icons/discord.svg') ?>
-
- = svg('assets/icons/instagram.svg') ?>
-