diff --git a/app/Resources/views/layout.html.twig b/app/Resources/views/layout.html.twig index 458f0ab..45e9ab9 100644 --- a/app/Resources/views/layout.html.twig +++ b/app/Resources/views/layout.html.twig @@ -19,12 +19,8 @@ {% endblock %} {% block head_js %} - {# HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries #} - {# Who uses IE??? #} - + + {% endblock %} @@ -46,8 +42,6 @@ {# Footer JavaScripts for faster loading #} {% block footer_js %} - - {% endblock %} {%- endblock %}