diff --git a/src/lib/nav.html b/src/lib/nav.html
index 58812ef..ac868cc 100644
--- a/src/lib/nav.html
+++ b/src/lib/nav.html
@@ -16,27 +16,9 @@
diff --git a/src/lib/social_links.html b/src/lib/social_links.html
new file mode 100644
index 0000000..82c983d
--- /dev/null
+++ b/src/lib/social_links.html
@@ -0,0 +1,13 @@
+{% macro social_link(name, icon_name, link) %}
+
+
+
+{% endmacro %}
+
+{{ social_link(gettext('Mail'), 'mail-fill.svg', 'mailto:contact@frog-collective.com') }}
+{{ social_link('Itch.io', 'itchio-fill.svg', 'https://frog-collective.itch.io/') }}
+{{ social_link('Youtube', 'youtube-fill.svg', 'https://www.youtube.com/@FrogCoGames') }}
+{{ social_link('Twitch', 'twitch-fill.svg', 'https://www.twitch.tv/frogcollective') }}
+{{ social_link('Mastodon', 'mastodon-fill.svg', 'https://mastodon.social/@frogcollective') }}
+{{ social_link('Twitter - X', 'twitter-x-line.svg', 'https://x.com/FrogCoGames') }}
+{{ social_link('Facebook', 'facebook-circle-fill.svg', 'https://www.facebook.com/profile.php?id=61560180067337') }}
diff --git a/src/pages/index/footer.html b/src/pages/index/footer.html
index 08aba8a..aadc54f 100644
--- a/src/pages/index/footer.html
+++ b/src/pages/index/footer.html
@@ -7,27 +7,9 @@
{% endtrans %}