27 lines
1.2 KiB
HTML
27 lines
1.2 KiB
HTML
<!-- start favicons snippet, use https://realfavicongenerator.net/ -->
|
|
{%- include snippets/prepend-baseurl.html path='/assets/apple-touch-icon.png' -%}
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ __return }}">
|
|
|
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon-32x32.png' -%}
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ __return }}">
|
|
|
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon-16x16.png' -%}
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ __return }}">
|
|
|
|
{%- include snippets/prepend-baseurl.html path='/assets/site.webmanifest' -%}
|
|
<link rel="manifest" href="{{ __return }}">
|
|
|
|
{%- include snippets/prepend-baseurl.html path='/assets/safari-pinned-tab.svg' -%}
|
|
<link rel="mask-icon" href="{{ __return }}" color="#fc4d50">
|
|
|
|
{%- include snippets/prepend-baseurl.html path='/assets/favicon.ico' -%}
|
|
<link rel="shortcut icon" href="{{ __return }}">
|
|
|
|
<meta name="msapplication-TileColor" content="#ffc40d">
|
|
|
|
{%- include snippets/prepend-baseurl.html path='/assets/browserconfig.xml' -%}
|
|
<meta name="msapplication-config" content="{{ __return }}">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
<!-- end favicons snippet -->
|