mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
Fix failure to detect apple-touch-icon.png (#4)
* Fix failure to detect apple-touch-icon.png * apple-touch-icon: Use ?ver=2.0 not ?ver2.0 Co-authored-by: Ben Willmore <ben@willmore.eu>
This commit is contained in:
parent
decea8be66
commit
965d55d67d
@ -6,7 +6,7 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="/apple-touch-icon.png?ver2.0"
|
||||
href="/apple-touch-icon.png?ver=2.0"
|
||||
/>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
|
Loading…
Reference in New Issue
Block a user