diff options
author | 2018-07-13 10:59:34 +0100 | |
---|---|---|
committer | 2018-07-13 10:59:34 +0100 | |
commit | ef81a07b6761d47bf0e0a447e3bfcb2619a93e83 (patch) | |
tree | 550b581164d2808f8daa35df1be6bcb70108deb0 /templates/wiki/base.html | |
parent | Merge branch 'feature/add-big-brother-api' into 'master' (diff) |
Minecraft? Never heard of 'em
Diffstat (limited to '')
-rw-r--r-- | templates/wiki/base.html | 3 |
1 files changed, 0 insertions, 3 deletions
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", |