X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/8d3f2bde78076757859110675e4ea5ea8703f550..525f81ce41674b0b22ee3bed1d350a78713276a7:/Resources/views/body.html.twig?ds=sidebyside
diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig
index aba7827..6fea7b4 100644
--- a/Resources/views/body.html.twig
+++ b/Resources/views/body.html.twig
@@ -4,29 +4,59 @@
{% endblock %}
{% block stylesheets %}
-
-
- {% for size, icon in site_png %}
- {# Apple #}
- {% if size in [152, 167, 180] %}
- {% if size == 180 %}
-
+ {% if page.description is defined and page.description %}
+
+ {% endif %}
+ {% if keywords is defined and keywords %}
+
+ {% endif %}
+ {% if site is defined and site %}
+
+
+ {% for size, icon in site.png %}
+ {# Apple #}
+ {% if size in [120, 152, 167, 180] %}
+ {% if size == 180 %}
+
+ {% endif %}
+
+ {# Windows #}
+ {% elseif size in [70, 150, 310] %}
+
+ {# Others #}
+ {% else %}
+
{% endif %}
-
- {# Windows #}
- {% elseif size in [70, 150, 310] %}
-
- {# Others #}
- {% else %}
-
- {% endif %}
- {% endfor %}
+ {% endfor %}
+ {% 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' %}
{% endstylesheet %}
{% endstopwatch %}
+ {% if canonical is defined and canonical %}
+
+ {% endif %}
+ {% if alternates is defined and alternates %}
+ {% for lang, alternate in alternates %}
+
+ {% endfor %}
+ {% endif %}
+ {% if ogps is defined and ogps %}
+ {% for property, content in ogps %}
+
+ {% endfor %}
+ {% for property, contents in facebooks %}
+ {% if contents is iterable %}
+ {% for content in contents %}
+
+ {% endfor %}
+ {% else %}
+
+ {% endif %}
+ {% endfor %}
+ {% endif %}
{% endblock %}
{% block javascripts %}
{% stopwatch 'javascript' %}
@@ -35,24 +65,32 @@
{% endjavascript %}#}
{% endstopwatch %}
{% endblock %}
-{% block title %}{{ title }}{% endblock %}
+{% block title %}{{ [site.title, page.section, page.title]|filter(v => v)|join(' - ') }}{% endblock %}
{% block body %}
{% block header %}