add HTML meta tags in the HEAD of layout.html.twig

This commit is contained in:
nobohan 2018-05-02 09:32:07 +02:00
parent 395787f1bb
commit 65251650fc

View File

@ -23,6 +23,9 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ installation.name }} - {% block title %}{% endblock %}</title>
<link rel="shortcut icon" href="/bundles/chillmain/img/favicon.ico" type="image/x-icon">