Remove 'apple-mobile-web-app-capable'

This commit is contained in:
Mattias Erming 2014-09-28 15:00:36 -07:00
parent 6aba36460d
commit 7932420bc0
1 changed files with 1 additions and 3 deletions

View File

@ -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" : "" %>">