Skip to content

Commit d8afcb6

Browse files
authored
Merge pull request #2341 from unraid/fix/favicon-browser-consistency
fix: favicon link structure for browser consistency
2 parents d13e55d + ac90602 commit d8afcb6

File tree

1 file changed

+1
-2
lines changed
  • emhttp/plugins/dynamix/include/DefaultPageLayout

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<link type="image/png" rel="shortcut icon" href="/webGui/images/<?= _var($var, 'mdColor', 'red-on') ?>.png">
2-
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
1+
<link type="image/png" rel="icon" href="/webGui/images/<?= _var($var, 'mdColor', 'red-on') ?>.png">
32
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
43
<meta name="apple-mobile-web-app-title" content="<?= _var($var, 'NAME') ?>" />
54
<link rel="manifest" href="/manifest.json" />

0 commit comments

Comments
 (0)