aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/base.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-20 14:56:37 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-20 14:56:37 +0100
commit0b6f16c023e587894def1e6e06913466a5af46bb (patch)
treea4c7df929d9912f15967179d0d2b94bba7ae6a54 /pydis_site/templates/wiki/base.html
parentbase.html: Load tags on multiple lines (diff)
Styling fixes and cleanup
Diffstat (limited to 'pydis_site/templates/wiki/base.html')
-rw-r--r--pydis_site/templates/wiki/base.html9
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 %}