X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c9e96a3c19a41b0882d3e6c01bda1bfa2cd6a857..c7d7cb5720cec3759e68a758f5246e439ff6eb6f:/Resources/views/body.html.twig?ds=sidebyside
diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig
index 8f37879..d2c8224 100644
--- a/Resources/views/body.html.twig
+++ b/Resources/views/body.html.twig
@@ -36,11 +36,22 @@
{% endstylesheet %}
{% endstopwatch %}
{% if canonical is defined and canonical %}
-
+
{% endif %}
{% if alternates is defined and alternates %}
- {% for alternate in alternates %}
-
+ {% for lang, alternate in alternates %}
+
+ {% endfor %}
+ {% endif %}
+ {% if facebook['metas'] is defined and facebook['metas'] %}
+ {% for property, contents in facebook['metas'] %}
+ {% if contents is iterable %}
+ {% for content in contents %}
+
+ {% endfor %}
+ {% else %}
+
+ {% endif %}
{% endfor %}
{% endif %}
{% endblock %}
@@ -51,7 +62,7 @@
{% endjavascript %}#}
{% endstopwatch %}
{% endblock %}
-{% block title %}{{ title }}{% endblock %}
+{% block title %}{{ [site.title, section, title]|filter(v => v)|join(' - ') }}{% endblock %}
{% block body %}
{% block header %}