Remove default from title

This commit is contained in:
Jannis Portmann 2021-09-03 16:38:26 +02:00
parent 521217c00d
commit 529a9a62ec

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Pflänz.li - {% block title %}Plant Exchange Home{% endblock %}</title>
<title>Pflänz.li - {% block title %{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}