diff options
author | Tim Millwood <tim@millwoodonline.co.uk> | 2020-06-08 11:26:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 11:26:17 +0100 |
commit | 9d25f392ec733d24734c70f29dd7cebe283a05d4 (patch) | |
tree | a517e6b6645bbd04a4d5a20995609bfd4ffa36e7 /public/index.html | |
parent | df66067c5ed33c9288fede4aa48297cd85e34bc3 (diff) | |
download | homer-9d25f392ec733d24734c70f29dd7cebe283a05d4.tar.gz homer-9d25f392ec733d24734c70f29dd7cebe283a05d4.tar.zst homer-9d25f392ec733d24734c70f29dd7cebe283a05d4.zip |
Reverted the apple web app meta tags
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index cedeea7..2cda7e2 100644 --- a/public/index.html +++ b/public/index.html | |||
@@ -5,9 +5,6 @@ | |||
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | <meta name="viewport" content="width=device-width,initial-scale=1.0, viewport-fit=cover"> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0, viewport-fit=cover"> |
7 | <meta name="robots" content="noindex"> | 7 | <meta name="robots" content="noindex"> |
8 | <meta name="apple-mobile-web-app-capable" content="yes"> | ||
9 | <meta name="apple-mobile-web-app-title" content="<%= htmlWebpackPlugin.options.title %>"> | ||
10 | <meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||
11 | <link rel="icon" href="<%= BASE_URL %>favicon.png"> | 8 | <link rel="icon" href="<%= BASE_URL %>favicon.png"> |
12 | <title><%= htmlWebpackPlugin.options.title %></title> | 9 | <title><%= htmlWebpackPlugin.options.title %></title> |
13 | </head> | 10 | </head> |