From a431f1a1f11edcdd34d65b4a095313d4c633c01e Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 13 Feb 2024 03:06:41 +0200 Subject: [PATCH] remove extra slash --- templates/default/layout.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/layout.html.twig b/templates/default/layout.html.twig index 5c41bdb..44f8f24 100644 --- a/templates/default/layout.html.twig +++ b/templates/default/layout.html.twig @@ -3,7 +3,7 @@ {% block title %}{{ app.name }}{% endblock %} - + {% block favicon %}{% endblock %}