24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
|
<!-- start favicons snippet, use https://realfavicongenerator.net/ -->
|
||
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon/apple-touch-icon.png' -%}
|
||
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ __return }}">
|
||
|
|
||
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon/favicon-32x32.png' -%}
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ __return }}">
|
||
|
|
||
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon/favicon-16x16.png' -%}
|
||
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ __return }}">
|
||
|
|
||
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon/android-chrome-192x192.png' -%}
|
||
|
<link rel="icon" type="image/png" sizes="192x192" href="{{ __return }}">
|
||
|
|
||
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon/android-chrome-512x512.png' -%}
|
||
|
<link rel="icon" type="image/png" sizes="512x512" href="{{ __return }}">
|
||
|
|
||
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon/site.webmanifest' -%}
|
||
|
<link rel="manifest" href="{{ __return }}">
|
||
|
|
||
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon/favicon.ico' -%}
|
||
|
<link rel="shortcut icon" href="{{ __return }}">
|
||
|
|
||
|
<meta name="theme-color" content="#ffffff">
|
||
|
<!-- end favicons snippet -->
|