X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ee6d27bbe86dc38832e9a7ada19fb9ea0f22c7a3..46d2f3a242f0457da783e879169911acddb854c9:/Resources/views/body.html.twig diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig index 73aa677..d2c8224 100644 --- a/Resources/views/body.html.twig +++ b/Resources/views/body.html.twig @@ -4,8 +4,8 @@ {% endblock %} {% block stylesheets %} - {% if page.description is defined and page.description %} - + {% if description is defined and description %} + {% endif %} {% if keywords is defined and keywords %} @@ -62,7 +62,7 @@ {% endjavascript %}#} {% endstopwatch %} {% endblock %} -{% block title %}{{ [site.title, page.section, page.title]|filter(v => v)|join(' - ') }}{% endblock %} +{% block title %}{{ [site.title, section, title]|filter(v => v)|join(' - ') }}{% endblock %} {% block body %} {% block header %}