summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-30 21:17:42 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-30 21:17:42 -0400
commitddf1e18edb78426cc6e5f246298ee409618afcb6 (patch)
tree62218a40d8f336d8a29daa656c3e4408270105f6 /static
parentcf39d5168e86d8090f45413c4cf7d67500cdd275 (diff)
use standard mime type for favicon
Diffstat (limited to 'static')
-rw-r--r--static/build.html2
-rw-r--r--static/contact.html2
-rw-r--r--static/donate.html2
-rw-r--r--static/index.html2
-rw-r--r--static/install.html2
-rw-r--r--static/releases.html2
-rw-r--r--static/source.html2
-rw-r--r--static/usage.html2
8 files changed, 8 insertions, 8 deletions
diff --git a/static/build.html b/static/build.html
index 1376ab29..34e4636b 100644
--- a/static/build.html
+++ b/static/build.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/build"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?8"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/contact.html b/static/contact.html
index 1c02b414..621a94be 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/contact"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?8"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/donate.html b/static/donate.html
index 5fec3022..33b86adc 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/donate"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?8"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/index.html b/static/index.html
index 8cd5ec61..1d8b5f8e 100644
--- a/static/index.html
+++ b/static/index.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?8"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/install.html b/static/install.html
index 81dda370..b682c6c3 100644
--- a/static/install.html
+++ b/static/install.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/install"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?8"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/releases.html b/static/releases.html
index 37357963..6437d26d 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/releases"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?8"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/source.html b/static/source.html
index dc80e6ff..2f7f2baf 100644
--- a/static/source.html
+++ b/static/source.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/source"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?8"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/usage.html b/static/usage.html
index 5d9f6c49..8421abdc 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/usage"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?8"/>
<link rel="manifest" href="/manifest.webmanifest"/>