From e090539654d7c2a8b9e2ec3fd39a2050775da894 Mon Sep 17 00:00:00 2001 From: Adrien Allard Date: Tue, 15 Jul 2025 17:28:45 +0200 Subject: [PATCH] feat: add discord link --- src/lib/social_links.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/social_links.html b/src/lib/social_links.html index 361cd33..4d5de27 100644 --- a/src/lib/social_links.html +++ b/src/lib/social_links.html @@ -4,6 +4,7 @@ {% endmacro %} +{{ social_link('Discord', 'discord-fill.svg', 'https://discord.gg/GzmYu7Vu4s') }} {{ social_link('Steam', 'steam-fill.svg', 'https://store.steampowered.com/dev/frog-collective') }} {{ social_link('Itch.io', 'itchio-fill.svg', 'https://frog-collective.itch.io/') }} {{ social_link('Youtube', 'youtube-fill.svg', 'https://www.youtube.com/@frog-collective') }}