templates/web/customer/header/parts/link_favicon.twig line 1

Open in your IDE?
  1. {##
  2.  # Head list children
  3.  #
  4.  # @ListChild (list="head", weight="1000")
  5.  #}
  6. {% if this.displayFavicon() %}
  7.   <link rel="shortcut icon" href="{{ this.getFavicon()|raw }}" type="image/x-icon" />
  8. {% endif %}
  9. <link rel="icon"              sizes="192x192"   href="{{ this.getAppleIcon()|raw }}"/>
  10. <link rel="apple-touch-icon"  sizes="192x192"   href="{{ this.getAppleIcon()|raw }}">