mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Merge pull request #7493 from overleaf/ab-apple-meta-tags
Add meta tags for Apple mobile devices GitOrigin-RevId: 0154e497e9844fc60e6672a7fae9e2043c9e7d81
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user