Skip to content

Commit

Permalink
fix deprecated meta apple-mobile-web-app-capable
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Aug 28, 2024
1 parent ef41d66 commit 32b409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="<?= $template_meta_description ?>"/>
<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"/>
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22>
Expand Down

0 comments on commit 32b409b

Please sign in to comment.