diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-10 17:54:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-10 17:54:02 -0400 |
| commit | 0622c652e5c0b89a0d0692dd63a8ebcd6498aae4 (patch) | |
| tree | 5663f11c4a9acdccde73ca754632831d1a87db1c /static | |
| parent | a229e9e9179ef43f0b0b8176916cfa494568d5c8 (diff) | |
increment CSS version
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/contact.html | 2 | ||||
| -rw-r--r-- | static/donate.html | 2 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/install.html | 2 | ||||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/source.html | 2 | ||||
| -rw-r--r-- | static/usage.html | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/static/build.html b/static/build.html index c2394342..5e4286f7 100644 --- a/static/build.html +++ b/static/build.html @@ -15,7 +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="stylesheet" href="/grapheneos.css?4"/> + <link rel="stylesheet" href="/grapheneos.css?5"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/build"/> </head> diff --git a/static/contact.html b/static/contact.html index d28ba5d8..2c7c9428 100644 --- a/static/contact.html +++ b/static/contact.html @@ -15,7 +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="stylesheet" href="/grapheneos.css?4"/> + <link rel="stylesheet" href="/grapheneos.css?5"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/contact"/> </head> diff --git a/static/donate.html b/static/donate.html index a11671a0..f6582cdc 100644 --- a/static/donate.html +++ b/static/donate.html @@ -15,7 +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="stylesheet" href="/grapheneos.css?4"/> + <link rel="stylesheet" href="/grapheneos.css?5"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/donate"/> </head> diff --git a/static/index.html b/static/index.html index 50d17aeb..f9b896e5 100644 --- a/static/index.html +++ b/static/index.html @@ -15,7 +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="stylesheet" href="/grapheneos.css?4"/> + <link rel="stylesheet" href="/grapheneos.css?5"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/"/> </head> diff --git a/static/install.html b/static/install.html index f46b67bd..1ba7904f 100644 --- a/static/install.html +++ b/static/install.html @@ -15,7 +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="stylesheet" href="/grapheneos.css?4"/> + <link rel="stylesheet" href="/grapheneos.css?5"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/install"/> </head> diff --git a/static/releases.html b/static/releases.html index 6657f99c..b0ac04f4 100644 --- a/static/releases.html +++ b/static/releases.html @@ -15,7 +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="stylesheet" href="/grapheneos.css?4"/> + <link rel="stylesheet" href="/grapheneos.css?5"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/releases"/> </head> diff --git a/static/source.html b/static/source.html index 7534b094..a20f73d8 100644 --- a/static/source.html +++ b/static/source.html @@ -15,7 +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="stylesheet" href="/grapheneos.css?4"/> + <link rel="stylesheet" href="/grapheneos.css?5"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/source"/> </head> diff --git a/static/usage.html b/static/usage.html index 90257161..a038d88a 100644 --- a/static/usage.html +++ b/static/usage.html @@ -15,7 +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="stylesheet" href="/grapheneos.css?4"/> + <link rel="stylesheet" href="/grapheneos.css?5"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/usage"/> </head> |
