eleven-8.x-1.0-beta5/eleven/favicons/favicon.html.twig
eleven/favicons/favicon.html.twig
{#
favicons
howto make a new set of favicons.
http://realfavicongenerator.net
all paths must be pointing to the downloaded folder href="/{{ themepath }}/favicons/
add
<link rel="shortcut icon" href="/{{ themepath }}/favicons/favicon.ico">
to overwrite drupals favicon
#}
<link rel="apple-touch-icon" sizes="180x180" href="/{{ themepath }}/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/{{ themepath }}/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/{{ themepath }}/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/{{ themepath }}/favicons/manifest.json">
<link rel="mask-icon" href="/{{ themepath }}/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link rel="shortcut icon" href="/{{ themepath }}/favicons/favicon.ico">
