diff --git a/README.md b/README.md
index 94771ad..0d2672b 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@ You can learn more about Kirby at [getkirby.com](https://getkirby.com).
### Try Kirby for free
You can try Kirby and the Starterkit on your local machine or on a test server as long as you need to make sure it is the right tool for your next project. … and when you’re convinced, [buy your license](https://getkirby.com/buy).
-The starterkit is a demo of basic Kirby features. It's not recommended to be used "as is" in production. Please, follow our documentation closely for more features and guides on how to build secure, high-quality websites with Kirby.
+The Starterkit is a demo of basic Kirby features. It's not recommended to be used "as is" in production. Please, follow our documentation closely for more features and guides on how to build secure, high-quality websites with Kirby.
+
+While Kirby as the CMS software itself requires you to purchase a license, we consider the files primarily connected to this Starterkit (assets, templates, snippets...) free to use under the MIT license. Feel free to start building your own project with them.
### Get going
Read our guide on [how to get started with Kirby](https://getkirby.com/docs/guide/quickstart).
@@ -31,7 +33,7 @@ If you are familiar with Git, you can clone Kirby's Starterkit repository from G
- **[Forum](https://forum.getkirby.com)** – Whenever you get stuck, don't hesitate to reach out for questions and support.
- **[Discord](https://chat.getkirby.com)** – Hang out and meet the community.
- **[YouTube](https://youtube.com/kirbyCasts)** - Watch the latest video tutorials visually with Bastian.
-- **[Twitter](https://twitter.com/getkirby)** – Spread the word.
+- **[Mastodon](https://mastodon.social/@getkirby)** – Spread the word.
- **[Instagram](https://www.instagram.com/getkirby/)** – Share your creations: #madewithkirby.
---
diff --git a/assets/icons/mastodon.svg b/assets/icons/mastodon.svg
new file mode 100644
index 0000000..e8da7d9
--- /dev/null
+++ b/assets/icons/mastodon.svg
@@ -0,0 +1 @@
+
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/2_notes/20201210_exploring-the-universe/dark-forest.jpg.txt b/content/2_notes/20201210_exploring-the-universe/dark-forest.jpg.txt
index 4783a61..cbfcdec 100644
--- a/content/2_notes/20201210_exploring-the-universe/dark-forest.jpg.txt
+++ b/content/2_notes/20201210_exploring-the-universe/dark-forest.jpg.txt
@@ -1,4 +1,4 @@
-Caption:
+Caption:
----
@@ -6,20 +6,20 @@ Alt: The milky way above a foggy landscape with mountains in the background and
----
-Photographer:
+Photographer:
----
-License:
+License:
----
-Link:
+Link:
----
-Template: blocks/image
+Template: image
----
-Uuid: tWNX7ZrzJUvS9Vad
\ No newline at end of file
+Uuid: tWNX7ZrzJUvS9Vad
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/header.php b/site/snippets/header.php
index 7daf30e..d301cbd 100644
--- a/site/snippets/header.php
+++ b/site/snippets/header.php
@@ -78,7 +78,7 @@
*/
?>
children()->listed() as $item): ?>
- isOpen(), 'aria-current ') ?> href="= $item->url() ?>">= $item->title()->esc() ?>
+ isOpen(), 'aria-current="page"') ?> href="= $item->url() ?>">= $item->title()->esc() ?>
diff --git a/site/snippets/social.php b/site/snippets/social.php
index 54363e9..6425aea 100644
--- a/site/snippets/social.php
+++ b/site/snippets/social.php
@@ -12,13 +12,16 @@
*/
?>
-
- = svg('assets/icons/twitter.svg') ?>
+
+ = svg('assets/icons/mastodon.svg') ?>
-
- = svg('assets/icons/discord.svg') ?>
-
-
+
= svg('assets/icons/instagram.svg') ?>
+
+ = svg('assets/icons/youtube.svg') ?>
+
+
+ = svg('assets/icons/discord.svg') ?>
+