aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/templates/base/base.html')
-rw-r--r--pydis_site/templates/base/base.html14
1 files changed, 4 insertions, 10 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index 46a273ec..e1cd0be2 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -24,16 +24,10 @@
{% block head %}{% endblock %}
</head>
<body>
-{% include "base/navbar.html" with active_item=True dropdowns=True icon_weight="fal" use_logo=True %}
-{% block content %}{% endblock %}
-
-<footer class="footer has-background-dark has-text-light">
- <div class="content has-text-centered">
- <p>
- &copy; 2019 Python Discord | Built with Django and Bulma
- </p>
- </div>
-</footer>
+
+{% block content %}
+ {{ block.super }}
+{% endblock %}
</body>
</html>