File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,9 @@ use Psr\Http\Message\ServerRequestInterface;
41
41
42
42
<!--Generic favicons-->
43
43
<link rel="icon" sizes="32x32" href="<?= e (asset ('favicon-32.png ' )) ?> ">
44
- <link rel="icon" sizes="128x128" href="<?= e (asset ('favicon-128.png ' )) ?> ">
45
44
<link rel="icon" sizes="192x192" href="<?= e (asset ('favicon-192.png ' )) ?> ">
46
- <!--Android-->
47
- <link rel="shortcut icon" sizes="196x196" href="<?= e (asset ('favicon-196.png ' )) ?> ">
48
- <!--iPad-->
49
- <link rel="apple-touch-icon" sizes="152x152" href="<?= e (asset ('favicon-152.png ' )) ?> ">
50
- <!--iPhone-->
51
- <link rel="apple-touch-icon" sizes="180x180" href="<?= e (asset ('favicon-180.png ' )) ?> ">
45
+ <!--iOS-->
46
+ <link rel="apple-touch-icon" sizes="180x180" href="<?= e (asset ('../apple-touch-icon.png ' )) ?> ">
52
47
<!--IE11/Edge-->
53
48
<meta name="msapplication-config" content="<?= e (asset ('browserconfig.xml ' )) ?> ">
54
49
You can’t perform that action at this time.
0 commit comments