aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-07-06 00:13:42 +0200
committerGravatar Leon Sandøy <[email protected]>2019-07-06 00:13:42 +0200
commit33faecf1531f93c12e4120ae8e04c615f28d2ecf (patch)
tree7311587d5a910178672f5b333cc9e0e93873ed9e /pydis_site
parentfixing the embed titles - no newlines or indents please (diff)
Fixing the titles properly
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/wiki/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html
index aab449af..36349758 100644
--- a/pydis_site/templates/wiki/base.html
+++ b/pydis_site/templates/wiki/base.html
@@ -2,7 +2,7 @@
{% load static %}
{% load wiki_tags %}
-{% block title %} Wiki | {% block wiki_pagetitle %}{% endblock %}{% block wiki_site_title %}{% endblock %}{% endblock %}
+{% block title %}{% block wiki_pagetitle %}{% endblock %}{% block wiki_site_title %}{% endblock %}{% endblock %}
{% block head %}
{{ block.super }}