rf-web/_includes/embeds/discord-chat.html
2020-09-11 11:42:00 +02:00

9 lines
364 B
HTML

{% if page.lang == fr %}
{% assign defaultchannel="752951588070359110" %}
{% else %}
{% assign defaultchannel="752951544089149590" %}
{% endif %}
<div class="discord-chat">
<iframe src="https://titanembeds.com/embed/{{ site.discordID }}?css=155&theme=DiscordDark&defaultchannel={{ defaultchannel }}" height="650" width="400" frameborder="0"></iframe>
</div>