From 529a9a62ecb0b5ec1edc0628f17daedc5da673da Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Fri, 3 Sep 2021 16:38:26 +0200 Subject: [PATCH] Remove default from title --- 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 5653b40..dd0d2e1 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -2,7 +2,7 @@ - Pflänz.li - {% block title %}Plant Exchange Home{% endblock %} + Pflänz.li - {% block title %{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }}