diff options
Diffstat (limited to 'pydis_site/templates/wiki/base.html')
-rw-r--r-- | pydis_site/templates/wiki/base.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html index c47f6bfb..f1b70fdd 100644 --- a/pydis_site/templates/wiki/base.html +++ b/pydis_site/templates/wiki/base.html @@ -16,11 +16,12 @@ <link rel="stylesheet" href="{% static "css/wiki/simplemde.min.css" %}"> <link rel="stylesheet" href="{% static "css/wiki/simplemde-fixes.css" %}"> <link rel="stylesheet" href="{% static "css/wiki/style.css" %}"> + <link rel="stylesheet" href="{% static "css/home/index.css" %}"> {% endblock %} {% block content %} {% block site_navbar %} - {% include "base/navbar.html" with active_item=True dropdowns=True icon_weight="far" use_logo=True %} + {% include "base/navbar.html" %} {% endblock %} {% block wiki_navbar %}{% endblock %} @@ -41,12 +42,6 @@ </section> {% endblock %} - {% block site_footer %} - {% block wiki_footer_prepend %}{% endblock %} - - {{ block.super }} - {% endblock %} - <script src="{% static "js/wiki/dropdown.js" %}" type="text/javascript"></script> <script src="{% static "js/wiki/load_editor.js" %}" type="text/javascript"></script> {% endblock %} |