diff options
author | 2019-07-06 00:13:42 +0200 | |
---|---|---|
committer | 2019-07-06 00:13:42 +0200 | |
commit | 33faecf1531f93c12e4120ae8e04c615f28d2ecf (patch) | |
tree | 7311587d5a910178672f5b333cc9e0e93873ed9e /pydis_site/templates | |
parent | fixing the embed titles - no newlines or indents please (diff) |
Fixing the titles properly
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/wiki/base.html | 2 |
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 }} |