Skip to content

Commit 0b1d7b5

Browse files
committed
Fix lint
1 parent a11823a commit 0b1d7b5

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/assets/fluid-head-snippet.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<!-- fluid · favicon + meta head snippet -->
22
<!-- Drop into <head>. Adjust the /assets/ prefix if you serve from a different path. -->
33

4-
<!-- Favicon -->
4+
<!-- Favicon — uses the DARK-background variant so the mark stays visible on light browser chrome -->
55
<link rel="icon" href="/assets/fluid-favicon.ico" sizes="any">
6-
<link rel="icon" type="image/svg+xml" href="/assets/fluid-logo.svg">
6+
<link rel="icon" type="image/svg+xml" href="/assets/fluid-logo-dark.svg">
77

8-
<!-- PNG fallbacks -->
9-
<link rel="icon" type="image/png" sizes="16x16" href="/assets/png/fluid-logo-16.png">
10-
<link rel="icon" type="image/png" sizes="32x32" href="/assets/png/fluid-logo-32.png">
11-
<link rel="icon" type="image/png" sizes="48x48" href="/assets/png/fluid-logo-48.png">
12-
<link rel="icon" type="image/png" sizes="64x64" href="/assets/png/fluid-logo-64.png">
13-
<link rel="icon" type="image/png" sizes="128x128" href="/assets/png/fluid-logo-128.png">
14-
<link rel="icon" type="image/png" sizes="256x256" href="/assets/png/fluid-logo-256.png">
8+
<!-- PNG fallbacks (dark-bg) -->
9+
<link rel="icon" type="image/png" sizes="16x16" href="/assets/png/fluid-logo-dark-16.png">
10+
<link rel="icon" type="image/png" sizes="32x32" href="/assets/png/fluid-logo-dark-32.png">
11+
<link rel="icon" type="image/png" sizes="48x48" href="/assets/png/fluid-logo-dark-48.png">
12+
<link rel="icon" type="image/png" sizes="64x64" href="/assets/png/fluid-logo-dark-64.png">
13+
<link rel="icon" type="image/png" sizes="128x128" href="/assets/png/fluid-logo-dark-128.png">
14+
<link rel="icon" type="image/png" sizes="256x256" href="/assets/png/fluid-logo-dark-256.png">
1515

1616
<!-- Apple touch icons -->
17-
<link rel="apple-touch-icon" sizes="180x180" href="/assets/png/fluid-logo-light-256.png">
18-
<link rel="apple-touch-icon" sizes="512x512" href="/assets/png/fluid-logo-light-512.png">
17+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/png/fluid-logo-dark-256.png">
18+
<link rel="apple-touch-icon" sizes="512x512" href="/assets/png/fluid-logo-dark-512.png">
1919

2020
<!-- PWA manifest -->
2121
<link rel="manifest" href="/assets/fluid-manifest.json">

0 commit comments

Comments
 (0)