diff options
author | 2018-05-17 16:11:16 +0100 | |
---|---|---|
committer | 2018-05-17 16:11:16 +0100 | |
commit | 2e9185e75303cf055b3b3e5123992b61396d963e (patch) | |
tree | e3544a7a1db62dfaf1e73256c6546889e725834f /templates | |
parent | Remove WIP header and highlight wiki in nav when selected (diff) |
Update wiki footer in line with main site
Diffstat (limited to 'templates')
-rw-r--r-- | templates/wiki/base.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html index 9fa07e9b..537a844b 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -158,9 +158,7 @@ {% endif %} <li class="uk-nav-divider"></li> -{# <li><a href="{{ url_for("wiki.search") }}">#} -{# <i class="uk-icon fas fa-fw fa-search"></i> Search#} -{# </a></li>#} + <li><a href="{{ url_for("wiki.special") }}"> <i class="uk-icon fas fa-fw fa-ellipsis-h"></i> Special Pages </a></li> @@ -193,11 +191,13 @@ <footer> <div class="uk-section uk-section-secondary uk-container-medium uk-text-meta"> - <div class="uk-text-center"> + <div class="uk-text-center uk-text-meta"> <p> This website uses <a href="https://python.org">Python</a> and <a href="http://flask.pocoo.org/">Flask</a>, and was developed collaboratively on <a href="https://github.com/discord-python/site">GitHub</a>. + <br /> + For privacy & GDPR-related info, please <a href="{{ url_for("main.about.privacy") }}">see this page</a>. </p> </div> </div> |