diff options
author | 2019-07-05 23:49:26 +0200 | |
---|---|---|
committer | 2019-07-05 23:49:26 +0200 | |
commit | a1aee676db30e03ef0bf9ba16fed18c409b8b3b2 (patch) | |
tree | 1774624e70c197fd1f3bccd05066d423c98a1404 /pydis_site/templates/wiki/base.html | |
parent | Changing PARENT_HOST to django.pythondiscord.com to fix URL resolution (diff) |
fixing the embed titles - no newlines or indents please
Diffstat (limited to 'pydis_site/templates/wiki/base.html')
-rw-r--r-- | pydis_site/templates/wiki/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html index 192c25f6..aab449af 100644 --- a/pydis_site/templates/wiki/base.html +++ b/pydis_site/templates/wiki/base.html @@ -2,9 +2,7 @@ {% load static %} {% load wiki_tags %} -{% block title %} - Wiki | {% block wiki_pagetitle %}{% endblock %}{% block wiki_site_title %}{% endblock %} -{% endblock %} +{% block title %} Wiki | {% block wiki_pagetitle %}{% endblock %}{% block wiki_site_title %}{% endblock %}{% endblock %} {% block head %} {{ block.super }} |