Update favicon path
parent
79cb47d031
commit
b1d295543f
|
@ -10,7 +10,7 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/favicons/favicon-16x16.png" | relative_url }}">
|
||||
<link rel="manifest" href="{{ "/assets/favicons/site.webmanifest" | relative_url }}">
|
||||
<link rel="mask-icon" href="{{ "/assets/favicons/safari-pinned-tab.svg" | relative_url }}" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="{{ "/assets/favicons/favicon.ico" | relative_url }}">
|
||||
<link rel="shortcut icon" href="{{ "/favicon.ico" | relative_url }}">
|
||||
<meta name="apple-mobile-web-app-title" content="GLaDOS">
|
||||
<meta name="application-name" content="GLaDOS">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
|
|
Loading…
Reference in New Issue