modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/header/parts/link_favicon.twig line 1

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