From a1aee676db30e03ef0bf9ba16fed18c409b8b3b2 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Fri, 5 Jul 2019 23:49:26 +0200 Subject: fixing the embed titles - no newlines or indents please --- pydis_site/templates/wiki/base.html | 4 +--- 1 file changed, 1 insertion(+), 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 }} -- cgit v1.2.3