src/Develey/AikoBundle/Resources/views/Includes/appendFavicons.html.twig line 1

Open in your IDE?
  1. {% set BundleName =  '/'~document.module~'/' %}
  2. {% set themeColor =  '#d8232a' %}
  3. <link rel="shortcut icon" type="image/x-icon" href="/static{{ BundleName }}meta/touch-icons/favicon.ico">
  4. <link rel="apple-touch-icon" sizes="180x180" href="/static{{ BundleName }}meta/touch-icons/apple-touch-icon.png">
  5. <link rel="icon" type="image/png" sizes="32x32" href="/static{{ BundleName }}meta/touch-icons/favicon-32x32.png">
  6. <link rel="icon" type="image/png" sizes="16x16" href="/static{{ BundleName }}meta/touch-icons/favicon-16x16.png">
  7. <link rel="manifest" href="/static{{ BundleName }}meta/touch-icons/site.webmanifest">
  8. <link rel="mask-icon" href="/static{{ BundleName }}meta/touch-icons/safari-pinned-tab.svg" color="{{ themeColor }}">
  9. <meta name="msapplication-TileColor" content="{{ themeColor }}">
  10. <meta name="theme-color" content="{{ themeColor }}">