diff options
author | 2019-04-13 19:25:41 +0100 | |
---|---|---|
committer | 2019-04-13 19:25:41 +0100 | |
commit | ed0313e57a5729097c04763dbc5d12c6434433eb (patch) | |
tree | 6d98f2a8619e7b8e36a10bd9dd15170454b9602a /pydis_site/templates/wiki/base.html | |
parent | Some more work towards the editor pages (diff) |
Some work towards fixed navigation
Diffstat (limited to 'pydis_site/templates/wiki/base.html')
-rw-r--r-- | pydis_site/templates/wiki/base.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html index cbfecf82..1affbe39 100644 --- a/pydis_site/templates/wiki/base.html +++ b/pydis_site/templates/wiki/base.html @@ -19,10 +19,11 @@ {% block content %} {% include "base/navbar.html" with active_item=True dropdowns=True icon_weight="far" use_logo=True %} - {% block wiki_body %} - {% block wiki_navbar %} + {% block wiki_navbar %} + + {% endblock %} - {% endblock %} + {% block wiki_body %} <section class="section"> <div class="container"> |