feat: update favicons

This commit is contained in:
2023-06-25 19:16:56 +09:00
parent 720eefdb46
commit cf6bbd8e65
10 changed files with 29 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
<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">
<link rel="shortcut icon" type="image/png" 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">