mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
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.html
This commit is contained in:
parent
6ec500f2e7
commit
fdd3fa7d80
@ -8,6 +8,7 @@
|
||||
<link rel='icon' href='/static/icons/favicon.ico'>
|
||||
<link rel='apple-touch-icon' sizes='180x180'
|
||||
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() -%}
|
||||
<link rel='prefetch' href='{{ panel.url }}'>
|
||||
{% endfor -%}
|
||||
|
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 211 KiB |
Loading…
x
Reference in New Issue
Block a user