diff options
author | Loïc Hoguin <[email protected]> | 2017-05-24 15:12:09 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-05-24 15:12:09 +0200 |
commit | 642b100b776c8f4864ae9a2afc11d7124f640ce3 (patch) | |
tree | c697e013d4e9cacf1316bffd3f41f28411f1a230 /docs/en/ranch/1.2/guide | |
parent | c0b81797444ef084a0847db1ea54f4e9bcaa16fe (diff) | |
download | ninenines.eu-642b100b776c8f4864ae9a2afc11d7124f640ce3.tar.gz ninenines.eu-642b100b776c8f4864ae9a2afc11d7124f640ce3.tar.bz2 ninenines.eu-642b100b776c8f4864ae9a2afc11d7124f640ce3.zip |
Ensure the 99s.css file gets reloaded
Diffstat (limited to 'docs/en/ranch/1.2/guide')
-rw-r--r-- | docs/en/ranch/1.2/guide/embedded/index.html | 2 | ||||
-rw-r--r-- | docs/en/ranch/1.2/guide/index.html | 2 | ||||
-rw-r--r-- | docs/en/ranch/1.2/guide/internals/index.html | 2 | ||||
-rw-r--r-- | docs/en/ranch/1.2/guide/introduction/index.html | 2 | ||||
-rw-r--r-- | docs/en/ranch/1.2/guide/listeners/index.html | 2 | ||||
-rw-r--r-- | docs/en/ranch/1.2/guide/parsers/index.html | 2 | ||||
-rw-r--r-- | docs/en/ranch/1.2/guide/protocols/index.html | 2 | ||||
-rw-r--r-- | docs/en/ranch/1.2/guide/ssl_auth/index.html | 2 | ||||
-rw-r--r-- | docs/en/ranch/1.2/guide/transports/index.html | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/docs/en/ranch/1.2/guide/embedded/index.html b/docs/en/ranch/1.2/guide/embedded/index.html index 4e2a967c..ac94bf2a 100644 --- a/docs/en/ranch/1.2/guide/embedded/index.html +++ b/docs/en/ranch/1.2/guide/embedded/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: Embedded mode</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/ranch/1.2/guide/index.html b/docs/en/ranch/1.2/guide/index.html index 8708c6e6..2b1b7e05 100644 --- a/docs/en/ranch/1.2/guide/index.html +++ b/docs/en/ranch/1.2/guide/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: Ranch User Guide</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/ranch/1.2/guide/internals/index.html b/docs/en/ranch/1.2/guide/internals/index.html index 6e859f88..88466f8e 100644 --- a/docs/en/ranch/1.2/guide/internals/index.html +++ b/docs/en/ranch/1.2/guide/internals/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: Internals</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/ranch/1.2/guide/introduction/index.html b/docs/en/ranch/1.2/guide/introduction/index.html index ebb39d9a..8d2e565c 100644 --- a/docs/en/ranch/1.2/guide/introduction/index.html +++ b/docs/en/ranch/1.2/guide/introduction/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: Introduction</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/ranch/1.2/guide/listeners/index.html b/docs/en/ranch/1.2/guide/listeners/index.html index 0d024c56..eff0e0ed 100644 --- a/docs/en/ranch/1.2/guide/listeners/index.html +++ b/docs/en/ranch/1.2/guide/listeners/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: Listeners</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/ranch/1.2/guide/parsers/index.html b/docs/en/ranch/1.2/guide/parsers/index.html index f083c13e..a0b4e5d1 100644 --- a/docs/en/ranch/1.2/guide/parsers/index.html +++ b/docs/en/ranch/1.2/guide/parsers/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: Writing parsers</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/ranch/1.2/guide/protocols/index.html b/docs/en/ranch/1.2/guide/protocols/index.html index 11c05b56..b7918b8c 100644 --- a/docs/en/ranch/1.2/guide/protocols/index.html +++ b/docs/en/ranch/1.2/guide/protocols/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: Protocols</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/ranch/1.2/guide/ssl_auth/index.html b/docs/en/ranch/1.2/guide/ssl_auth/index.html index 63c0cb38..18e94d36 100644 --- a/docs/en/ranch/1.2/guide/ssl_auth/index.html +++ b/docs/en/ranch/1.2/guide/ssl_auth/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: SSL client authentication</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/ranch/1.2/guide/transports/index.html b/docs/en/ranch/1.2/guide/transports/index.html index 1c6358cf..e45b0d90 100644 --- a/docs/en/ranch/1.2/guide/transports/index.html +++ b/docs/en/ranch/1.2/guide/transports/index.html @@ -12,7 +12,7 @@ <title>Nine Nines: Transports</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css" rel="stylesheet"> + <link href="/css/99s.css?r=1" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> |