rf-web/_includes/embeds/discord-chat.html

9 lines
364 B
HTML
Raw Normal View History

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