From 6accfc2a36e204e34452e5e8a9676cad42610a7e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 28 Jun 2020 16:47:31 +0200 Subject: Base template had an xhtml tag ending for some reason. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 1ed2ca6..a2ddeb9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ - + {% if page.title %}{{ page.title }}{% else %}{{ config.title }}{% endif %} -- cgit v1.2.3