aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/main/about/channels.html9
-rw-r--r--templates/wiki/base.html3
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> &nbsp;Contributing
</a></li>
- <li><a href="{{ url_for("wiki.page", page="minecraft") }}">
- <i class="uk-icon fas fa-fw fa-cube"></i> &nbsp;Minecraft
- </a></li>
{% set ACTIONABLE_PAGES = [
"wiki.page", "wiki.edit", "wiki.history.show",