diff --git a/services/web/app/views/_metadata.pug b/services/web/app/views/_metadata.pug index bef8ac3ddd..a784860095 100644 --- a/services/web/app/views/_metadata.pug +++ b/services/web/app/views/_metadata.pug @@ -107,10 +107,6 @@ if !metadata || metadata.viewport !== false if settings.robotsNoindex meta(name="robots" content="noindex") -//- Apple devices -meta(name="apple-mobile-web-app-capable" content="yes") -meta(name="apple-mobile-web-app-status-bar-style" content="black-translucent") - //- Icons link(rel="icon", sizes="32x32", href="/favicon-32x32.png") link(rel="icon", sizes="16x16", href="/favicon-16x16.png")