Repository: incubator-guacamole-website Updated Branches: refs/heads/asf-site 89516b00f -> a011f82d2
Add cache-busting checksum to CSS link. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/a011f82d Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/a011f82d Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/a011f82d Branch: refs/heads/asf-site Commit: a011f82d27733bfd3615cd85ad691febe24275dc Parents: 89516b0 Author: Michael Jumper <[email protected]> Authored: Sat Aug 5 14:30:45 2017 -0700 Committer: Michael Jumper <[email protected]> Committed: Sat Aug 5 14:30:45 2017 -0700 ---------------------------------------------------------------------- content/api-documentation/index.html | 2 +- content/guac-style/index.html | 2 +- content/index.html | 2 +- content/open-source/index.html | 2 +- content/pull-requests/index.html | 2 +- content/release-procedures-part1/index.html | 2 +- content/release-procedures-part2/index.html | 2 +- content/release-procedures-part3/index.html | 2 +- content/release-procedures-part4/index.html | 2 +- content/releases/0.8.3/index.html | 2 +- content/releases/0.8.4/index.html | 2 +- content/releases/0.9.0/index.html | 2 +- content/releases/0.9.1/index.html | 2 +- content/releases/0.9.10-incubating/index.html | 2 +- content/releases/0.9.11-incubating/index.html | 2 +- content/releases/0.9.12-incubating/index.html | 2 +- content/releases/0.9.13-incubating/index.html | 2 +- content/releases/0.9.2/index.html | 2 +- content/releases/0.9.3/index.html | 2 +- content/releases/0.9.4/index.html | 2 +- content/releases/0.9.5/index.html | 2 +- content/releases/0.9.6/index.html | 2 +- content/releases/0.9.7/index.html | 2 +- content/releases/0.9.8/index.html | 2 +- content/releases/0.9.9/index.html | 2 +- content/releases/index.html | 2 +- content/support/index.html | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/api-documentation/index.html ---------------------------------------------------------------------- diff --git a/content/api-documentation/index.html b/content/api-documentation/index.html index 908c04d..07ffeb5 100644 --- a/content/api-documentation/index.html +++ b/content/api-documentation/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/guac-style/index.html ---------------------------------------------------------------------- diff --git a/content/guac-style/index.html b/content/guac-style/index.html index e2d349f..0f25eca 100644 --- a/content/guac-style/index.html +++ b/content/guac-style/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index ca67018..03ef632 100644 --- a/content/index.html +++ b/content/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/open-source/index.html ---------------------------------------------------------------------- diff --git a/content/open-source/index.html b/content/open-source/index.html index 6cccd09..5c33fa8 100644 --- a/content/open-source/index.html +++ b/content/open-source/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/pull-requests/index.html ---------------------------------------------------------------------- diff --git a/content/pull-requests/index.html b/content/pull-requests/index.html index 945f796..2021f7d 100644 --- a/content/pull-requests/index.html +++ b/content/pull-requests/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/release-procedures-part1/index.html ---------------------------------------------------------------------- diff --git a/content/release-procedures-part1/index.html b/content/release-procedures-part1/index.html index 00389c5..6919694 100644 --- a/content/release-procedures-part1/index.html +++ b/content/release-procedures-part1/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/release-procedures-part2/index.html ---------------------------------------------------------------------- diff --git a/content/release-procedures-part2/index.html b/content/release-procedures-part2/index.html index 7d6116c..3e14b66 100644 --- a/content/release-procedures-part2/index.html +++ b/content/release-procedures-part2/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/release-procedures-part3/index.html ---------------------------------------------------------------------- diff --git a/content/release-procedures-part3/index.html b/content/release-procedures-part3/index.html index f8ee6a0..beedf58 100644 --- a/content/release-procedures-part3/index.html +++ b/content/release-procedures-part3/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/release-procedures-part4/index.html ---------------------------------------------------------------------- diff --git a/content/release-procedures-part4/index.html b/content/release-procedures-part4/index.html index dc32c88..4f1705c 100644 --- a/content/release-procedures-part4/index.html +++ b/content/release-procedures-part4/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.8.3/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.8.3/index.html b/content/releases/0.8.3/index.html index e5c9194..9374a8a 100644 --- a/content/releases/0.8.3/index.html +++ b/content/releases/0.8.3/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.8.4/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.8.4/index.html b/content/releases/0.8.4/index.html index 44d4093..2c80a22 100644 --- a/content/releases/0.8.4/index.html +++ b/content/releases/0.8.4/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.0/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.0/index.html b/content/releases/0.9.0/index.html index b19d54f..fce2593 100644 --- a/content/releases/0.9.0/index.html +++ b/content/releases/0.9.0/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.1/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.1/index.html b/content/releases/0.9.1/index.html index 2096be2..9dc75a1 100644 --- a/content/releases/0.9.1/index.html +++ b/content/releases/0.9.1/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.10-incubating/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.10-incubating/index.html b/content/releases/0.9.10-incubating/index.html index a0117b7..b12ed47 100644 --- a/content/releases/0.9.10-incubating/index.html +++ b/content/releases/0.9.10-incubating/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.11-incubating/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.11-incubating/index.html b/content/releases/0.9.11-incubating/index.html index 00a4f06..1b18a5f 100644 --- a/content/releases/0.9.11-incubating/index.html +++ b/content/releases/0.9.11-incubating/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.12-incubating/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.12-incubating/index.html b/content/releases/0.9.12-incubating/index.html index db1f7e3..f844d05 100644 --- a/content/releases/0.9.12-incubating/index.html +++ b/content/releases/0.9.12-incubating/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.13-incubating/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.13-incubating/index.html b/content/releases/0.9.13-incubating/index.html index 948a036..d88dc7e 100644 --- a/content/releases/0.9.13-incubating/index.html +++ b/content/releases/0.9.13-incubating/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.2/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.2/index.html b/content/releases/0.9.2/index.html index 17ec603..354b3a6 100644 --- a/content/releases/0.9.2/index.html +++ b/content/releases/0.9.2/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.3/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.3/index.html b/content/releases/0.9.3/index.html index 367bbb4..32e68fa 100644 --- a/content/releases/0.9.3/index.html +++ b/content/releases/0.9.3/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.4/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.4/index.html b/content/releases/0.9.4/index.html index ec0ae34..d2304c1 100644 --- a/content/releases/0.9.4/index.html +++ b/content/releases/0.9.4/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.5/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.5/index.html b/content/releases/0.9.5/index.html index d35f05c..9860469 100644 --- a/content/releases/0.9.5/index.html +++ b/content/releases/0.9.5/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.6/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.6/index.html b/content/releases/0.9.6/index.html index 658b23d..1919c8b 100644 --- a/content/releases/0.9.6/index.html +++ b/content/releases/0.9.6/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.7/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.7/index.html b/content/releases/0.9.7/index.html index 251fd27..001ed70 100644 --- a/content/releases/0.9.7/index.html +++ b/content/releases/0.9.7/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.8/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.8/index.html b/content/releases/0.9.8/index.html index af58229..8740d8a 100644 --- a/content/releases/0.9.8/index.html +++ b/content/releases/0.9.8/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/0.9.9/index.html ---------------------------------------------------------------------- diff --git a/content/releases/0.9.9/index.html b/content/releases/0.9.9/index.html index 41771f4..4e870e2 100644 --- a/content/releases/0.9.9/index.html +++ b/content/releases/0.9.9/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/releases/index.html ---------------------------------------------------------------------- diff --git a/content/releases/index.html b/content/releases/index.html index 2a37ebc..1b55278 100644 --- a/content/releases/index.html +++ b/content/releases/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/a011f82d/content/support/index.html ---------------------------------------------------------------------- diff --git a/content/support/index.html b/content/support/index.html index fdaf2d4..94d4bd1 100644 --- a/content/support/index.html +++ b/content/support/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <link rel="stylesheet" href="/styles/main.css"> + <link rel="stylesheet" href="/styles/main.css?s=44c01e5b7ffc920bf562e2c24a4aaeb1"> <link rel="icon" type="image/png" href="/images/guacamole-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/>
