summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-08-07 18:15:40 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-08-07 18:15:40 -0400
commit5da6a8432fac9f72c68d579633a17bf3967b5ae6 (patch)
tree0e2788ed958179d635f3fde5617b7871b8cf76dc
parentb00cbbc43602650037dd8221696b66ef4b1615ed (diff)
use generic name for mask icon
-rw-r--r--static/.htaccess3
-rw-r--r--static/build.html2
-rw-r--r--static/contact.html2
-rw-r--r--static/donate.html2
-rw-r--r--static/faq.html2
-rw-r--r--static/index.html2
-rw-r--r--static/install.html2
-rw-r--r--static/mask-icon.svg (renamed from static/safari-pinned-tab-icon.svg)0
-rw-r--r--static/pdfviewer-privacy-policy.html2
-rw-r--r--static/releases.html2
-rw-r--r--static/source.html2
-rw-r--r--static/usage.html2
12 files changed, 12 insertions, 11 deletions
diff --git a/static/.htaccess b/static/.htaccess
index 6f0d5147..ab1a36c1 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -42,7 +42,8 @@ RedirectMatch 301 ^/security.txt$ /.well-known/security.txt
RedirectMatch 301 ^/graphene.png$ /logo.png
RedirectMatch 301 ^/pdfviewer_privacy_policy$ /pdfviewer-privacy-policy
-RedirectMatch 301 ^/safari_pinned_tab_icon.svg$ /safari-pinned-tab-icon.svg
+RedirectMatch 301 ^/safari_pinned_tab_icon.svg$ /mask-icon.svg
+RedirectMatch 301 ^/safari-pinned-tab-icon.svg$ /mask-icon.svg
RedirectMatch 301 ^/bitcoin_address.png$ /bitcoin-address.png
# http://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
diff --git a/static/build.html b/static/build.html
index 1bb8afd8..ec2c1883 100644
--- a/static/build.html
+++ b/static/build.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/>
diff --git a/static/contact.html b/static/contact.html
index 37d5f256..33a546e8 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/contact"/>
diff --git a/static/donate.html b/static/donate.html
index 546b2230..bb8f0218 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/donate"/>
diff --git a/static/faq.html b/static/faq.html
index cabbbc27..a3ca10bc 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/faq"/>
diff --git a/static/index.html b/static/index.html
index 617cdb12..ba1a21cb 100644
--- a/static/index.html
+++ b/static/index.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/"/>
diff --git a/static/install.html b/static/install.html
index 860db794..90ec2307 100644
--- a/static/install.html
+++ b/static/install.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/install"/>
diff --git a/static/safari-pinned-tab-icon.svg b/static/mask-icon.svg
index ec6a7694..ec6a7694 100644
--- a/static/safari-pinned-tab-icon.svg
+++ b/static/mask-icon.svg
diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html
index 0abf696f..38105c23 100644
--- a/static/pdfviewer-privacy-policy.html
+++ b/static/pdfviewer-privacy-policy.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/pdfviewer_privacy_policy"/>
diff --git a/static/releases.html b/static/releases.html
index 9c9b1e9f..d372e3c8 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/>
diff --git a/static/source.html b/static/source.html
index 86eac4c9..2a324133 100644
--- a/static/source.html
+++ b/static/source.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/source"/>
diff --git a/static/usage.html b/static/usage.html
index 1389db55..5a6244df 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -19,7 +19,7 @@
<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="mask-icon" href="/safari-pinned-tab-icon.svg" color="#1a1a1a"/>
+ <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/usage"/>