From ca4550ae74600715553164fa06ed4c1d1b4c93c6 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Mon, 15 Jun 2020 22:06:59 +0200 Subject: [PATCH] Fix HTML markup (wrong title position) --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index aa57f29..d57ca80 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,7 +1,7 @@ - {{config.WEBSITE_TITLE|default("Bird-LG / Looking Glass") }} + {{config.WEBSITE_TITLE|default("Bird-LG / Looking Glass") }}