From 5da6a8432fac9f72c68d579633a17bf3967b5ae6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 7 Aug 2019 18:15:40 -0400 Subject: use generic name for mask icon --- static/.htaccess | 3 ++- static/build.html | 2 +- static/contact.html | 2 +- static/donate.html | 2 +- static/faq.html | 2 +- static/index.html | 2 +- static/install.html | 2 +- static/mask-icon.svg | 1 + static/pdfviewer-privacy-policy.html | 2 +- static/releases.html | 2 +- static/safari-pinned-tab-icon.svg | 1 - static/source.html | 2 +- static/usage.html | 2 +- 13 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 static/mask-icon.svg delete mode 100644 static/safari-pinned-tab-icon.svg (limited to 'static') 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 @@ - + 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 @@ - + 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 @@ - + 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 @@ - + 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 @@ - + 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 @@ - + diff --git a/static/mask-icon.svg b/static/mask-icon.svg new file mode 100644 index 00000000..ec6a7694 --- /dev/null +++ b/static/mask-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file 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 @@ - + 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 @@ - + diff --git a/static/safari-pinned-tab-icon.svg b/static/safari-pinned-tab-icon.svg deleted file mode 100644 index ec6a7694..00000000 --- a/static/safari-pinned-tab-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file 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 @@ - + 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 @@ - + -- cgit v1.3.1