aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-30 11:36:12 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-30 11:36:12 +0100
commita895e2ebf157d8bb95a3c4693b6d1c52e87e845c (patch)
tree3833bc7d8d222a4b9a167995ad9c30e3aad421fa /templates
parent[Wiki] Icons should all be the same width (diff)
[Wiki] Add Minecraft to the sidebar
Diffstat (limited to 'templates')
-rw-r--r--templates/wiki/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html
index 67a60706..c6f8deca 100644
--- a/templates/wiki/base.html
+++ b/templates/wiki/base.html
@@ -66,6 +66,9 @@
<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>
{# <li class="uk-active"><a href="#">active</a></li>#}
{# <li class="uk-parent">#}
{# <a href="#">Contributing</a>#}