From 3e3868f81a3922304262884674f6b16ba4e13e76 Mon Sep 17 00:00:00 2001 From: Adrien Allard Date: Thu, 13 Jun 2024 11:33:24 +0200 Subject: [PATCH] feat: add steam page link --- src/assets/img/steam-fill.svg | 1 + src/lib/social_links.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/assets/img/steam-fill.svg diff --git a/src/assets/img/steam-fill.svg b/src/assets/img/steam-fill.svg new file mode 100644 index 0000000..2907fdf --- /dev/null +++ b/src/assets/img/steam-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/social_links.html b/src/lib/social_links.html index cadf833..20beb42 100644 --- a/src/lib/social_links.html +++ b/src/lib/social_links.html @@ -4,6 +4,7 @@ {% endmacro %} +{{ 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/@FrogCoGames') }} {{ social_link('Twitch', 'twitch-fill.svg', 'https://www.twitch.tv/frogcollective') }}