diff --git a/services/web/app/views/_metadata.pug b/services/web/app/views/_metadata.pug index d3006efabd..0a58a6b4fe 100644 --- a/services/web/app/views/_metadata.pug +++ b/services/web/app/views/_metadata.pug @@ -107,6 +107,9 @@ 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", href="/favicon.ico")