mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
47b9c6fe82
commit
9df2e09fa2
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue