Add cache-busting version to css, js
This commit is contained in:
parent
7341b0f478
commit
0ba59fbe38
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user