krata/_includes/favicons.html

20 lines
979 B
HTML
Raw Permalink Normal View History

2019-09-30 14:38:41 +02:00
<!--
The Favicons for Web, Android, Microsoft, and iOS (iPhone and iPad) Apps
2021-04-29 13:50:23 +02:00
Generated by: https://realfavicongenerator.net/
2019-09-30 14:38:41 +02:00
-->
2021-04-29 13:50:23 +02:00
{% capture favicon_path %}{{ '/assets/img/favicons' | relative_url }}{% endcapture %}
2019-09-30 14:38:41 +02:00
2021-04-29 13:50:23 +02:00
<link rel="apple-touch-icon" sizes="180x180" href="{{ favicon_path }}/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ favicon_path }}/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ favicon_path }}/favicon-16x16.png">
{% if site.pwa.enabled %}
<link rel="manifest" href="{{ favicon_path }}/site.webmanifest">
{% endif %}
2021-04-29 13:50:23 +02:00
<link rel="shortcut icon" href="{{ favicon_path }}/favicon.ico">
<meta name="apple-mobile-web-app-title" content="{{ site.title }}">
<meta name="application-name" content="{{ site.title }}">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="{{ favicon_path }}/browserconfig.xml">
2019-09-30 14:38:41 +02:00
<meta name="theme-color" content="#ffffff">