mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
update favicon on safari
This commit is contained in:
parent
e0a43ea72f
commit
f926301587
|
|
@ -5,7 +5,7 @@
|
|||
<link rel="icon" type="image/svg+xml" href='{{ "/images/favicons/favicon.svg" | relURL }}'>
|
||||
<link rel="icon" type="image/png" href='{{ "/images/favicons/favicon.png" | relURL }}'>
|
||||
<link rel="manifest" href='{{ "/images/favicons/site.webmanifest" | relURL }}'>
|
||||
<link rel="mask-icon" href='{{ "/images/favicons/safari-pinned-tab.svg" | relURL }}' color="#ffffff">
|
||||
<link rel="mask-icon" href='{{ "/images/favicons/safari-pinned-tab.svg" | relURL }}' color="#00ad6e">
|
||||
<meta name="msapplication-config" content='{{ "/images/favicons/browserconfig.xml" | relURL }}' />
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
|
|
|||
Loading…
Reference in New Issue