mirror of https://github.com/keeweb/keeweb
remove duplicate apple-mobile-web-app-capable meta tag
the meta tag: ` <meta name="apple-mobile-web-app-capable" content="yes" />` was appearing twicepull/1297/head
parent
dc6afb765a
commit
6010bf0ba9
|
@ -11,7 +11,6 @@
|
|||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-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="KeeWeb" />
|
||||
<meta name="theme-color" content="#6386ec" />
|
||||
|
|
Loading…
Reference in New Issue