]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Reverted the apple web app meta tags
authorTim Millwood <tim@millwoodonline.co.uk>
Mon, 8 Jun 2020 10:26:17 +0000 (11:26 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 10:26:17 +0000 (11:26 +0100)
public/index.html

index cedeea78ab570cde0d167e3dab9c78126a6d709e..2cda7e2d6ae3e9a90685013a8bc8e1c2d8bda0a2 100644 (file)
@@ -5,9 +5,6 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0, viewport-fit=cover">
     <meta name="robots" content="noindex">
-    <meta name="apple-mobile-web-app-capable" content="yes">
-    <meta name="apple-mobile-web-app-title" content="<%= htmlWebpackPlugin.options.title %>">
-    <meta name="apple-mobile-web-app-status-bar-style" content="black">
     <link rel="icon" href="<%= BASE_URL %>favicon.png">
     <title><%= htmlWebpackPlugin.options.title %></title>
   </head>