mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Use the twig.global.installation.name for app title in the layout
This commit is contained in:
parent
54c197afcf
commit
47bbd6eca4
@ -28,7 +28,7 @@
|
||||
<header class="navigation container">
|
||||
<div class="nav grid-2">
|
||||
<ul id="navigation-menu">
|
||||
<li class="nav-link nav-title"><a href="{{ path('chill_main_homepage') }}">Chill</a>
|
||||
<li class="nav-link nav-title"><a href="{{ path('chill_main_homepage') }}">{{ installation.name }}</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="grid-4 navigation-search">
|
||||
|
Loading…
x
Reference in New Issue
Block a user