diff options
author | 2018-07-13 10:59:34 +0100 | |
---|---|---|
committer | 2018-07-13 10:59:34 +0100 | |
commit | ef81a07b6761d47bf0e0a447e3bfcb2619a93e83 (patch) | |
tree | 550b581164d2808f8daa35df1be6bcb70108deb0 | |
parent | Merge branch 'feature/add-big-brother-api' into 'master' (diff) |
Minecraft? Never heard of 'em
-rw-r--r-- | templates/main/about/channels.html | 9 | ||||
-rw-r--r-- | templates/wiki/base.html | 3 |
2 files changed, 0 insertions, 12 deletions
diff --git a/templates/main/about/channels.html b/templates/main/about/channels.html index 4b4aab9c..ac3d95b5 100644 --- a/templates/main/about/channels.html +++ b/templates/main/about/channels.html @@ -254,15 +254,6 @@ </tbody> </table> - <h2>Minecraft</h2> - - <p> - Channels in this section are strictly related to - <a href="{{ url_for("wiki.page", page="minecraft") }}">our Minecraft server</a> - while discussion - is quite laid back, we do not allow users to advertise their own servers and prefer that they - make use of the voice channels here for game-related voice chat. - </p> - <h2>Voice</h2> <p> diff --git a/templates/wiki/base.html b/templates/wiki/base.html index 0e5e9733..038ee5a2 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -67,9 +67,6 @@ <li><a href="{{ url_for("wiki.page", page="contributing") }}"> <i class="uk-icon fas fa-fw fa-code-branch"></i> Contributing </a></li> - <li><a href="{{ url_for("wiki.page", page="minecraft") }}"> - <i class="uk-icon fas fa-fw fa-cube"></i> Minecraft - </a></li> {% set ACTIONABLE_PAGES = [ "wiki.page", "wiki.edit", "wiki.history.show", |