From 33faecf1531f93c12e4120ae8e04c615f28d2ecf Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 6 Jul 2019 00:13:42 +0200 Subject: Fixing the titles properly --- pydis_site/templates/wiki/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site') 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 }} -- cgit v1.2.3