From dde15b83061dd86b36697f918ad56203edb5a0f6 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Fri, 3 Sep 2021 16:36:49 +0200 Subject: [PATCH] =?UTF-8?q?Prepend=20"Pfl=C3=A4nz.li=20-=20"=20to=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 46efe4d..5653b40 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -2,7 +2,7 @@ - {% block title %}Plant Exchange Home{% endblock %} + Pflänz.li - {% block title %}Plant Exchange Home{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }}