consistently use dash as word separator in URLs
This commit is contained in:
parent
c0c0a18b13
commit
a45fe7606e
@ -41,6 +41,10 @@ Header set Cache-Control "public, max-age=31536000"
|
||||
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 ^/bitcoin_address.png$ /bitcoin-address.png
|
||||
|
||||
# http://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
|
||||
RedirectMatch 301 "^/releases<a href=$" /releases
|
||||
|
||||
|
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 555 B |
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/build"/>
|
||||
|
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/contact"/>
|
||||
|
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/donate"/>
|
||||
@ -48,7 +48,7 @@
|
||||
<p>You can send Bitcoin donations to the following address to support this project:</p>
|
||||
<div id="bitcoin_address">
|
||||
<a href="bitcoin:3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5">
|
||||
<img src="/bitcoin_address.png" alt="Bitcoin address QR code" width="160" height="160"/>
|
||||
<img src="/bitcoin-address.png" alt="Bitcoin address QR code" width="160" height="160"/>
|
||||
<p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/faq"/>
|
||||
|
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/"/>
|
||||
|
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/install"/>
|
||||
|
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/releases"/>
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -39,7 +39,7 @@
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://grapheneos.org/pdfviewer_privacy_policy</loc>
|
||||
<loc>https://grapheneos.org/pdfviewer-privacy-policy</loc>
|
||||
<priority>0.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
|
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/source"/>
|
||||
|
@ -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="#000000"/>
|
||||
<link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?13"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/usage"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user