mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Remove deprecated apple-mobile-web-app-* meta tags (#22734)
GitOrigin-RevId: b146d74e94a215a222d403bd852e9b21b74614b1
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user