Prepend "Pflänz.li - " to title

This commit is contained in:
Jannis Portmann 2021-09-03 16:36:49 +02:00
parent 5c25b036a4
commit dde15b8306

View file

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