Prepend "Pflänz.li - " to title
This commit is contained in:
parent
5c25b036a4
commit
dde15b8306
1 changed files with 1 additions and 1 deletions
|
@ -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') }}
|
||||
|
|
Reference in a new issue