From 65251650fccb5c0050f34ffb9cc41e3369859904 Mon Sep 17 00:00:00 2001 From: nobohan Date: Wed, 2 May 2018 09:32:07 +0200 Subject: [PATCH] add HTML meta tags in the HEAD of layout.html.twig --- Resources/views/layout.html.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index effc1624e..d971b2107 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -23,6 +23,9 @@ + + + {{ installation.name }} - {% block title %}{% endblock %}