fix: change discord link that was pointing on bark server.
This commit is contained in:
parent
4414fe0782
commit
f21abf2e25
|
|
@ -7,7 +7,7 @@ steam_widget_url: https://store.steampowered.com/widget/3052500/
|
||||||
itch_io_url: https://frog-collective.itch.io/coldridge
|
itch_io_url: https://frog-collective.itch.io/coldridge
|
||||||
itch_io_widget_url: https://itch.io/embed/3308356?link_color=ed1e1e
|
itch_io_widget_url: https://itch.io/embed/3308356?link_color=ed1e1e
|
||||||
presskit_url: presskits/coldridge.html
|
presskit_url: presskits/coldridge.html
|
||||||
discord_url: https://discord.gg/yBzZrQgG7K
|
discord_url: https://discord.gg/GzmYu7Vu4s
|
||||||
---
|
---
|
||||||
|
|
||||||
Step into the rugged boots of a prospector and venture into the untamed wilderness of ColdRidge, a land shrouded in mystery and plagued by a sinister curse.
|
Step into the rugged boots of a prospector and venture into the untamed wilderness of ColdRidge, a land shrouded in mystery and plagued by a sinister curse.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ steam_widget_url: https://store.steampowered.com/widget/3052500/
|
||||||
itch_io_url: https://frog-collective.itch.io/coldridge
|
itch_io_url: https://frog-collective.itch.io/coldridge
|
||||||
itch_io_widget_url: https://itch.io/embed/3308356?link_color=ed1e1e
|
itch_io_widget_url: https://itch.io/embed/3308356?link_color=ed1e1e
|
||||||
presskit_url: presskits/coldridge.html
|
presskit_url: presskits/coldridge.html
|
||||||
discord_url: https://discord.gg/yBzZrQgG7K
|
discord_url: https://discord.gg/GzmYu7Vu4s
|
||||||
---
|
---
|
||||||
|
|
||||||
Enfilez les bottes d'un prospecteur et aventurez-vous dans les étendues sauvages de ColdRidge, une terre entourée de mystère et frappée par une sinistre malédiction.
|
Enfilez les bottes d'un prospecteur et aventurez-vous dans les étendues sauvages de ColdRidge, une terre entourée de mystère et frappée par une sinistre malédiction.
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
{{ social_link('Steam', 'steam-fill.svg', 'https://store.steampowered.com/dev/frog-collective') }}
|
{{ 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('Itch.io', 'itchio-fill.svg', 'https://frog-collective.itch.io/') }}
|
||||||
|
{{ social_link('Discord', 'discord-fill.svg', 'https://discord.gg/GzmYu7Vu4s') }}
|
||||||
{{ social_link('Youtube', 'youtube-fill.svg', 'https://www.youtube.com/@frog-collective') }}
|
{{ social_link('Youtube', 'youtube-fill.svg', 'https://www.youtube.com/@frog-collective') }}
|
||||||
{{ social_link('Twitch', 'twitch-fill.svg', 'https://www.twitch.tv/frogcollective') }}
|
{{ social_link('Twitch', 'twitch-fill.svg', 'https://www.twitch.tv/frogcollective') }}
|
||||||
{{ social_link('Mastodon', 'mastodon-fill.svg', 'https://mastodon.social/@frogcollective') }}
|
{{ social_link('Mastodon', 'mastodon-fill.svg', 'https://mastodon.social/@frogcollective') }}
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
Learn More
|
Learn More
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="game--button" href="{{ game.meta.discord_url }}">
|
<a class="game--button" href="{{ game.meta.discord_url }}" target="_blank">
|
||||||
<img class="contact--button-icon" src="/img/discord-fill.svg"></img>
|
<img class="contact--button-icon" src="/img/discord-fill.svg"></img>
|
||||||
{% trans %}
|
{% trans %}
|
||||||
Discord
|
Discord
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue