Skip to content

Commit 050fc62

Browse files
committed
chore: replace deprecated meta element
1 parent 321e349 commit 050fc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

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

0 commit comments

Comments
 (0)