diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-17 10:02:00 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-17 10:58:14 -0400 |
| commit | cf9bc8d45f274941bf5c8b4183fa38b8fe436604 (patch) | |
| tree | 4ed2e6d095978d8d606bac7e2b42b55d5b7fc632 /static/articles/index.html | |
| parent | 14f38d1b8eae0dca312fe05300ea2a7ec975c1b8 (diff) | |
use SVG for /favicon.ico if browser asks for it
This makes Chromium use the SVG favicon universally including as the
favicon for non-HTML files.
Diffstat (limited to 'static/articles/index.html')
| -rw-r--r-- | static/articles/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/articles/index.html b/static/articles/index.html index dc6ea7e0..f3bf9951 100644 --- a/static/articles/index.html +++ b/static/articles/index.html @@ -19,7 +19,7 @@ <meta property="og:site_name" content="GrapheneOS"/> <meta property="og:url" content="https://grapheneos.org/articles/"/> <link rel="canonical" href="https://grapheneos.org/articles/"/> - <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> + <link rel="icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> |
