mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web: replace apple-mobile-web-app-capable with mobile-web-app-capable
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
%sveltekit.head%
|
||||
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="cobalt">
|
||||
|
||||
|
Reference in New Issue
Block a user