1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

refactor: replace deprecated meta element

Replace `apple-mobile-web-app-capable` with `mobile-web-app-capable`
This commit is contained in:
Cotes Chung 2024-09-18 21:41:08 +08:00
parent 367262e74d
commit 3ab3b844d2
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808

View File

@ -2,7 +2,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f7f7f7">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#1b1b1e">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta
name="viewport"