Remove 'apple-mobile-web-app-capable'
This commit is contained in:
parent
6aba36460d
commit
7932420bc0
|
@ -4,8 +4,6 @@
|
|||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<title>Shout</title>
|
||||
|
@ -15,7 +13,7 @@
|
|||
<link id="theme" rel="stylesheet" href="<%= theme %>">
|
||||
|
||||
<link rel="shortcut icon" href="/img/favicon.png">
|
||||
<link href="/img/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/img/apple-touch-icon-120x120.png">
|
||||
|
||||
</head>
|
||||
<body class="<%= public ? "public" : "" %>">
|
||||
|
|
Loading…
Reference in New Issue