web/_includes/favicons.html

18 lines
939 B
HTML
Raw Normal View History

2019-09-30 15:38:41 +03:00
<!--
The Favicons for Web, Android, Microsoft, and iOS (iPhone and iPad) Apps
2021-04-29 14:50:23 +03:00
Generated by: https://realfavicongenerator.net/
2019-09-30 15:38:41 +03:00
-->
2021-04-29 14:50:23 +03:00
{% capture favicon_path %}{{ '/assets/img/favicons' | relative_url }}{% endcapture %}
2019-09-30 15:38:41 +03:00
2021-04-29 14:50:23 +03: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">
<link rel="manifest" href="{{ favicon_path }}/site.webmanifest">
<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 15:38:41 +03:00
<meta name="theme-color" content="#ffffff">