From 2e621c376bb8b63db4f62c8b06b8b0b41881ba95 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 20 Jun 2018 00:55:36 +0100 Subject: [PATCH] Add version query to css files --- docs/configuration.html | 4 ++-- docs/installation.html | 4 ++-- docs/the-lua-runtime.html | 4 ++-- docs/usage.html | 4 ++-- downloads.html | 4 ++-- index.html | 4 ++-- versions.html | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/configuration.html b/docs/configuration.html index c120c35..d58b848 100644 --- a/docs/configuration.html +++ b/docs/configuration.html @@ -6,8 +6,8 @@ <meta name="description" content="Swerve is a small-footprint, highly concurrent file server with super powers that makes local site development an absolute breeze."> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" /> - <link rel="stylesheet" href="../css/milligram.min.css"> - <link rel="stylesheet" href="../css/main.css"> + <link rel="stylesheet" href="../css/milligram.min.css?v=1"> + <link rel="stylesheet" href="../css/main.css?v=1"> </head> <body> diff --git a/docs/installation.html b/docs/installation.html index fe83355..4fe719d 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -6,8 +6,8 @@ <meta name="description" content="Swerve is a small-footprint, highly concurrent file server with super powers that makes local site development an absolute breeze."> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" /> - <link rel="stylesheet" href="../css/milligram.min.css"> - <link rel="stylesheet" href="../css/main.css"> + <link rel="stylesheet" href="../css/milligram.min.css?v=1"> + <link rel="stylesheet" href="../css/main.css?v=1"> </head> <body> diff --git a/docs/the-lua-runtime.html b/docs/the-lua-runtime.html index 7b0f2fb..35b196d 100644 --- a/docs/the-lua-runtime.html +++ b/docs/the-lua-runtime.html @@ -6,8 +6,8 @@ <meta name="description" content="Swerve is a small-footprint, highly concurrent file server with super powers that makes local site development an absolute breeze."> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" /> - <link rel="stylesheet" href="../css/milligram.min.css"> - <link rel="stylesheet" href="../css/main.css"> + <link rel="stylesheet" href="../css/milligram.min.css?v=1"> + <link rel="stylesheet" href="../css/main.css?v=1"> </head> <body> diff --git a/docs/usage.html b/docs/usage.html index ab440cf..0fd8488 100644 --- a/docs/usage.html +++ b/docs/usage.html @@ -6,8 +6,8 @@ <meta name="description" content="Swerve is a small-footprint, highly concurrent file server with super powers that makes local site development an absolute breeze."> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" /> - <link rel="stylesheet" href="../css/milligram.min.css"> - <link rel="stylesheet" href="../css/main.css"> + <link rel="stylesheet" href="../css/milligram.min.css?v=1"> + <link rel="stylesheet" href="../css/main.css?v=1"> </head> <body> diff --git a/downloads.html b/downloads.html index 45881ac..6856047 100644 --- a/downloads.html +++ b/downloads.html @@ -6,8 +6,8 @@ <meta name="description" content="Swerve is a small-footprint, highly concurrent file server with super powers that makes local site development an absolute breeze."> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" /> - <link rel="stylesheet" href="css/milligram.min.css"> - <link rel="stylesheet" href="css/main.css"> + <link rel="stylesheet" href="css/milligram.min.css?v=1"> + <link rel="stylesheet" href="css/main.css?v=1"> </head> <body> <div class="container"> diff --git a/index.html b/index.html index 45881ac..6856047 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,8 @@ <meta name="description" content="Swerve is a small-footprint, highly concurrent file server with super powers that makes local site development an absolute breeze."> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" /> - <link rel="stylesheet" href="css/milligram.min.css"> - <link rel="stylesheet" href="css/main.css"> + <link rel="stylesheet" href="css/milligram.min.css?v=1"> + <link rel="stylesheet" href="css/main.css?v=1"> </head> <body> <div class="container"> diff --git a/versions.html b/versions.html index 45881ac..6856047 100644 --- a/versions.html +++ b/versions.html @@ -6,8 +6,8 @@ <meta name="description" content="Swerve is a small-footprint, highly concurrent file server with super powers that makes local site development an absolute breeze."> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" /> - <link rel="stylesheet" href="css/milligram.min.css"> - <link rel="stylesheet" href="css/main.css"> + <link rel="stylesheet" href="css/milligram.min.css?v=1"> + <link rel="stylesheet" href="css/main.css?v=1"> </head> <body> <div class="container"> -- GitLab