Make page for redirecting to Discord server invite URL

Pretty much same reasons as for 349a6e3da3

This allows us to have one link we can use for linking to the Discord,
which can be easily updated if e.g., a new invite URL has to be
generated. Instead of Nexus, forum thread/topic, etc., etc. needing to
be updated, now they can all link to https://loot.github.io/discord/ and
this page should always point the right way.
This commit is contained in:
Frederik “Freso” S. Olesen
2018-08-05 21:24:27 +02:00
parent 9fbfccb384
commit 9ebb73dfa6
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<i class="material-icons">forum</i>
<span>Forum Thread</span>
</a>
<a class="mdl-navigation__link mdl-navigation__link--icon" href="https://discord.gg/SZVPRzf" target="_blank">
<a class="mdl-navigation__link mdl-navigation__link--icon" href="/discord/" target="_blank">
<i class="material-icons">comment</i>
<span>Discord Server</span>
</a>
+12
View File
@@ -0,0 +1,12 @@
---
layout: page
title: Discord Server
permalink: /discord/
redirect_to:
- https://discord.gg/SZVPRzf
discord_server: https://discord.gg/SZVPRzf
---
<p>The official LOOT Discord server can be found at:
<a href="{{ page.forum_thread }}">{{ page.forum_thread }}</a>
</p>