From e46f88fa58046deb391affd2f6a18cdaee7bd7da Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 13 Feb 2024 02:56:53 +0200 Subject: [PATCH] fix relative path --- 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 d61a391..5c41bdb 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 %}