templates/web/admin/header/parts/favicon.twig line 1

Open in your IDE?
  1. {##
  2.  # Header part
  3.  #
  4.  # @ListChild (list="head", weight="80")
  5.  #}
  6. <link rel="shortcut icon" href="{{ this.getFavicon() }}" type="image/x-icon" />
  7. <link rel="icon"              sizes="192x192"   href="{{ this.getAppleIcon() }}"/>
  8. <link rel="apple-touch-icon"  sizes="192x192"   href="{{ this.getAppleIcon() }}">