Update Base.astro
6456f260
1 file(s) · +2 −0
| 18 | 18 | ||
| 19 | 19 | <html lang={siteConfig.lang}> |
|
| 20 | 20 | <head> |
|
| 21 | + | <meta name="apple-mobile-web-app-capable" content="yes"> |
|
| 22 | + | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
| 21 | 23 | <!-- Google tag (gtag.js) --> |
|
| 22 | 24 | <BaseHead title={title} description={description} ogImage={ogImage} articleDate={articleDate} /> |
|
| 23 | 25 | <script define:vars={{ siteConfig }}> |