summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-10-26 12:48:01 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-10-26 12:48:01 -0400
commitb5f9f7eeab950ec38ad856115facac65caaebbab (patch)
tree6641aa069f6c318aaf7d3e5549df4ffffdaffd29
parentce1aff631751a02b83f3b78cebb2a35fd1c59f8c (diff)
reuse mask-icon.svg as an svg favicon
Yandex.Webmaster requested an SVG favicon and there may be other software able to take advantage of it too.
-rw-r--r--static/404.html3
-rw-r--r--static/build.html3
-rw-r--r--static/contact.html3
-rw-r--r--static/donate.html3
-rw-r--r--static/faq.html3
-rw-r--r--static/index.html3
-rw-r--r--static/install.html3
-rw-r--r--static/pdfviewer-privacy-policy.html3
-rw-r--r--static/releases.html3
-rw-r--r--static/source.html3
-rw-r--r--static/usage.html3
11 files changed, 22 insertions, 11 deletions
diff --git a/static/404.html b/static/404.html
index aa06e353..f1a916ab 100644
--- a/static/404.html
+++ b/static/404.html
@@ -17,7 +17,8 @@
<meta property="og:image:height" content="512"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/build.html b/static/build.html
index ef3125e1..275bc5a4 100644
--- a/static/build.html
+++ b/static/build.html
@@ -18,7 +18,8 @@
<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/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/contact.html b/static/contact.html
index 5888b0b5..7a80b645 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -18,7 +18,8 @@
<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/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/donate.html b/static/donate.html
index 989911e7..ef0c20dc 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -18,7 +18,8 @@
<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/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/faq.html b/static/faq.html
index e6feab01..18ba28bf 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -18,7 +18,8 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/faq"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/index.html b/static/index.html
index b3e53cdf..675cbc18 100644
--- a/static/index.html
+++ b/static/index.html
@@ -18,7 +18,8 @@
<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/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.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="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/install.html b/static/install.html
index b81d39cc..3cb75a61 100644
--- a/static/install.html
+++ b/static/install.html
@@ -18,7 +18,8 @@
<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/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html
index 7b5d722b..4e2b8ee6 100644
--- a/static/pdfviewer-privacy-policy.html
+++ b/static/pdfviewer-privacy-policy.html
@@ -18,7 +18,8 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/pdfviewer_privacy_policy"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/releases.html b/static/releases.html
index 7a65edfa..7197bb0f 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -18,7 +18,8 @@
<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/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/source.html b/static/source.html
index d1fdcdd8..4ad089c7 100644
--- a/static/source.html
+++ b/static/source.html
@@ -18,7 +18,8 @@
<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/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>
diff --git a/static/usage.html b/static/usage.html
index e274fac2..f5d7174a 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -18,7 +18,8 @@
<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/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>