]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/body.html.twig
Add apple-touch-icon 120x120 for outdated iOS
[airbundle] / Resources / views / body.html.twig
index 760a59d79dfe40ab2bb098a7ed1b4a63b805745d..6dca55dfd6e6985c27d8d054ae473ab25e75cb1f 100644 (file)
@@ -14,7 +14,7 @@
        <link rel="icon" type="image/svg+xml" href="{{ asset(site.svg) }}" />
        {% for size, icon in site.png %}
                {# Apple #}
-               {% if size in [152, 167, 180] %}
+               {% if size in [120, 152, 167, 180] %}
                        {% if size == 180 %}
                                <link rel="apple-touch-icon" href="{{ asset(icon) }}" />
                        {% endif %}