X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/3dbbe31ddc43dadbde22d27988935650585f1612..9b437b0d5d9b0e58adbef4d1f6d40821733806d7:/Resources/views/body.html.twig
diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig
index f551bc9..6dca55d 100644
--- a/Resources/views/body.html.twig
+++ b/Resources/views/body.html.twig
@@ -4,11 +4,17 @@
{% endblock %}
{% block stylesheets %}
-
-
- {% for size, icon in site_png %}
+ {% if description is defined and description %}
+
+ {% endif %}
+ {% if keywords is defined and keywords %}
+
+ {% endif %}
+
+
+ {% for size, icon in site.png %}
{# Apple #}
- {% if size in [152, 167, 180] %}
+ {% if size in [120, 152, 167, 180] %}
{% if size == 180 %}
{% endif %}
@@ -18,7 +24,7 @@
{# Others #}
{% else %}
-
+
{% endif %}
{% endfor %}
{# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #}
@@ -27,6 +33,14 @@
{% endstylesheet %}
{% endstopwatch %}
+ {% if canonical is defined and canonical %}
+
+ {% endif %}
+ {% if alternates is defined and alternates %}
+ {% for alternate in alternates %}
+
+ {% endfor %}
+ {% endif %}
{% endblock %}
{% block javascripts %}
{% stopwatch 'javascript' %}
@@ -39,20 +53,22 @@
{% block body %}
{% block header %}
- {% block header_title %}
{% endblock %}
+ {% block header_title %}
{% endblock %}
{% block header_nav %}
{% endblock %}
{#
@@ -73,7 +89,7 @@
{# pass an array argument to get the messages of those types (['warning', 'error']) #}
{% for label, messages in app.flashes %}
{% if messages %}
-