X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/8d3f2bde78076757859110675e4ea5ea8703f550..3fbafb8cb9265b9a5dcde57a10fd4b5ae030f1ff:/Resources/views/body.html.twig?ds=sidebyside
diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig
index aba7827..760a59d 100644
--- a/Resources/views/body.html.twig
+++ b/Resources/views/body.html.twig
@@ -4,9 +4,15 @@
{% 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 == 180 %}
@@ -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 %}