{% comment %}
*
* More Information › https://mathiasbynens.be/notes/touch-icons
*
{% endcomment %}
{% if site.favicon-32x32 %}
{% comment %} Regular Old-Skool Favicon: {% endcomment %}
{% endif %}
{% if site.touch-icon-192x192 %}
{% comment %} For Chrome for Android: {% endcomment %}
{% endif %}
{% if site.apple-touch-icon-180x180-precomposed %}
{% comment %} For iPhone 6 Plus with @3× display: {% endcomment %}
{% endif %}
{% if site.apple-touch-icon-152x152-precomposed %}
{% comment %} For iPad with @2× display running iOS ≥ 7: {% endcomment %}
{% endif %}
{% if site.apple-touch-icon-144x144-precomposed %}
{% comment %} For iPad with @2× display running iOS ≤ 6: {% endcomment %}
{% endif %}
{% if site.apple-touch-icon-120x120-precomposed %}
{% comment %} For iPhone with @2× display running iOS ≥ 7: {% endcomment %}
{% endif %}
{% if site.apple-touch-icon-114x114-precomposed %}
{% comment %} For iPhone with @2× display running iOS ≤ 6: {% endcomment %}
{% endif %}
{% if site.apple-touch-icon-76x76-precomposed %}
{% comment %} For the iPad mini and the first- and second-generation iPad (@1× display) on iOS ≥ 7: {% endcomment %}
{% endif %}
{% if site.apple-touch-icon-72x72-precomposed %}
{% comment %} For the iPad mini and the first- and second-generation iPad (@1× display) on iOS ≤ 6: {% endcomment %}
{% endif %}
{% if site.apple-touch-icon-precomposed %}
{% comment %} For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: {% endcomment %}
{% comment %} 57×57px {% endcomment %}
{% endif %}
{% if site.msapplication_tileimage %}
{% comment %} Favicon for Windows 8 {% endcomment %}
{% endif %}
{% if site.msapplication_tilecolor %}
{% comment %} Background Color for Tile for Windows 8 {% endcomment %}
{% endif %}