X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/e0afbc344c4c161325f89b966858e2758ef59353..e8fa31defa98e99d9f6f2de198e14bededca49dc:/Resources/views/body.html.twig diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig index fbfefbe..3367386 100644 --- a/Resources/views/body.html.twig +++ b/Resources/views/body.html.twig @@ -5,7 +5,7 @@ {% block stylesheets %} - + {% for size, icon in site_png %} {# Apple #} {% if size in [152, 167, 180] %} @@ -18,18 +18,22 @@ {# Others #} {% else %} - + {% endif %} {% endfor %} {# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #} - {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,screen}.css' %} - - {% endstylesheet %} + {% stopwatch 'stylesheet' %} + {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,screen}.css' %} + + {% endstylesheet %} + {% endstopwatch %} {% endblock %} {% block javascripts %} - {#{% javascript '@RapsysAir/js/*.js' %} - - {% endjavascript %}#} + {% stopwatch 'javascript' %} + {#{% javascript '@RapsysAir/js/*.js' %} + + {% endjavascript %}#} + {% endstopwatch %} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block body %} @@ -39,10 +43,10 @@ {% block header_nav %}