diff options
author | 2018-04-30 11:36:12 +0100 | |
---|---|---|
committer | 2018-04-30 11:36:12 +0100 | |
commit | a895e2ebf157d8bb95a3c4693b6d1c52e87e845c (patch) | |
tree | 3833bc7d8d222a4b9a167995ad9c30e3aad421fa | |
parent | [Wiki] Icons should all be the same width (diff) |
[Wiki] Add Minecraft to the sidebar
-rw-r--r-- | templates/wiki/base.html | 3 |
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> 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> {# <li class="uk-active"><a href="#">active</a></li>#} {# <li class="uk-parent">#} {# <a href="#">Contributing</a>#} |