diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-26 04:13:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-26 04:13:44 -0400 |
| commit | 61b46ac016b1bb4f50279e12a442040c2acd9392 (patch) | |
| tree | 3cb12aa9f7978f6ea92f9ca44368f592ee84fb90 | |
| parent | f9bc3f1a30f21c19b4a404d1056f9a27d55ce70a (diff) | |
add explicit rel="icon" link for favicon.ico
| -rw-r--r-- | static/build.html | 1 | ||||
| -rw-r--r-- | static/contact.html | 1 | ||||
| -rw-r--r-- | static/donate.html | 1 | ||||
| -rw-r--r-- | static/index.html | 1 | ||||
| -rw-r--r-- | static/install.html | 1 | ||||
| -rw-r--r-- | static/releases.html | 1 | ||||
| -rw-r--r-- | static/source.html | 1 | ||||
| -rw-r--r-- | static/usage.html | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 74000b15..8822047b 100644 --- a/static/build.html +++ b/static/build.html @@ -15,6 +15,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="stylesheet" href="/grapheneos.css?8"/> <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 b2addc4c..ecd72393 100644 --- a/static/contact.html +++ b/static/contact.html @@ -15,6 +15,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="stylesheet" href="/grapheneos.css?8"/> <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 450d126b..ef89faec 100644 --- a/static/donate.html +++ b/static/donate.html @@ -15,6 +15,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="stylesheet" href="/grapheneos.css?8"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/donate"/> diff --git a/static/index.html b/static/index.html index 7224176b..2da47eaf 100644 --- a/static/index.html +++ b/static/index.html @@ -15,6 +15,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="stylesheet" href="/grapheneos.css?8"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/"/> diff --git a/static/install.html b/static/install.html index 73623699..618e6bc5 100644 --- a/static/install.html +++ b/static/install.html @@ -15,6 +15,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="stylesheet" href="/grapheneos.css?8"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/install"/> diff --git a/static/releases.html b/static/releases.html index 2814f525..b5a9e193 100644 --- a/static/releases.html +++ b/static/releases.html @@ -15,6 +15,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="stylesheet" href="/grapheneos.css?8"/> <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 d9b074eb..1a5dbf08 100644 --- a/static/source.html +++ b/static/source.html @@ -15,6 +15,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="stylesheet" href="/grapheneos.css?8"/> <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 8a1a8ef1..a96f5762 100644 --- a/static/usage.html +++ b/static/usage.html @@ -15,6 +15,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="stylesheet" href="/grapheneos.css?8"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/usage"/> |
