X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/07fdafc89baf468283c29c652b3a7b2469e39d75..24f36b713eff5d897518b317bc11b9a40371f9a0:/Resources/views/body.html.twig?ds=sidebyside diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig index 760a59d..6dca55d 100644 --- a/Resources/views/body.html.twig +++ b/Resources/views/body.html.twig @@ -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 %}