Add cache-busting version to css, js

This commit is contained in:
Tom Russell 2018-04-14 09:31:21 +01:00
parent 7341b0f478
commit 0ba59fbe38
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>FAQ | Colouring London</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="main.css?v=5ed692a6">
</head>
<body>
@ -215,6 +215,6 @@ upload WGS84 coordinates.
</a>
</footer>
<script src="main.js"></script>
<script src="main.js?v=1bbaabf2"></script>
</body>
</html>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Colouring London</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="main.css?v=5ed692a6">
</head>
<body>
@ -304,6 +304,6 @@ projects on the Colouring London site.
</a>
</footer>
<script src="main.js"></script>
<script src="main.js?v=1bbaabf2"></script>
</body>
</html>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Supporting Organisations | Colouring London</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="main.css?v=5ed692a6">
</head>
<body>
@ -51,6 +51,6 @@ about supporting the project as an organisation. -->
</article>
<script src="main.js"></script>
<script src="main.js?v=1bbaabf2"></script>
</body>
</html>