From 702a0822f2990b9379f9fd3770ca921d51b96947 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 13 Oct 2022 14:49:54 +0200 Subject: [PATCH] New site.icon layout Add lemon and notoemoji fonts New header with title canonical link Drop header Navigation title Remove header navigation ul and li Content cleanup --- Resources/views/body.html.twig | 52 ++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig index d2c8224..3d3abc3 100644 --- a/Resources/views/body.html.twig +++ b/Resources/views/body.html.twig @@ -11,8 +11,8 @@ {% endif %} {% if site is defined and site %} - - + + {% for size, icon in site.png %} {# Apple #} {% if size in [120, 152, 167, 180] %} @@ -31,7 +31,7 @@ {% endif %} {# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #} {% stopwatch 'stylesheet' %} - {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,screen}.css' %} + {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,lemon,notoemoji,screen}.css' %} {% endstylesheet %} {% endstopwatch %} @@ -66,33 +66,34 @@ {% block body %} {% block header %} {% endblock %} {% block message %} @@ -124,10 +125,11 @@ {% block sidebar %}{% endblock %} #} {% block content %} -
-

{{ section }}

-

{% trans %}Outdoor space reservation system{% endtrans %}

-
+
+
+

{% trans %}Outdoor space reservation system{% endtrans %}

+
+
{% endblock %} {% block footer %}