Apple TouchBar icon Support (mask-icon) (#5159)
* Update index.html Add Apple TouchBar icon Color Support * Add svg icon * Change path to SVG icon * Rename mask-icon.svg to home-assistant-icon.svg * Remove useless whitespace * Update index.htmlpull/5164/head
parent
6ec500f2e7
commit
fdd3fa7d80
|
@ -8,6 +8,7 @@
|
||||||
<link rel='icon' href='/static/icons/favicon.ico'>
|
<link rel='icon' href='/static/icons/favicon.ico'>
|
||||||
<link rel='apple-touch-icon' sizes='180x180'
|
<link rel='apple-touch-icon' sizes='180x180'
|
||||||
href='/static/icons/favicon-apple-180x180.png'>
|
href='/static/icons/favicon-apple-180x180.png'>
|
||||||
|
<link rel="mask-icon" href="/static/icons/home-assistant-icon.svg" color="#3fbbf4">
|
||||||
{% for panel in panels.values() -%}
|
{% for panel in panels.values() -%}
|
||||||
<link rel='prefetch' href='{{ panel.url }}'>
|
<link rel='prefetch' href='{{ panel.url }}'>
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 211 KiB |
Loading…
Reference in New Issue