mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 06:20:26 +00:00
Remove 'apple-mobile-web-app-capable'
This commit is contained in:
parent
6aba36460d
commit
7932420bc0
1 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
<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">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
<title>Shout</title>
|
<title>Shout</title>
|
||||||
|
@ -15,7 +13,7 @@
|
||||||
<link id="theme" rel="stylesheet" href="<%= theme %>">
|
<link id="theme" rel="stylesheet" href="<%= theme %>">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/img/favicon.png">
|
<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>
|
</head>
|
||||||
<body class="<%= public ? "public" : "" %>">
|
<body class="<%= public ? "public" : "" %>">
|
||||||
|
|
Loading…
Reference in a new issue