summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-29 05:27:15 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-29 05:27:15 +0300
commit52021f4fa7a7aaac3d43732e6d42e650259ab300 (patch)
treef161c492d2fbc4faf41b6b9868582aca63a2b2eb
parent77163d2973568b90acbd088c7b57f5f4d6703fbe (diff)
downloadinter-52021f4fa7a7aaac3d43732e6d42e650259ab300.tar.xz
website: cache busting in 2017
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index f7ada43ef..4096394aa 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -27,8 +27,8 @@
<link rel="icon" type="image/png" href="favicon.ico" />
- <link href="interface.css" rel="stylesheet">
- <link href="index.css" rel="stylesheet">
+ <link href="interface.css?v=2" rel="stylesheet">
+ <link href="index.css?v=2" rel="stylesheet">
</head>
<body>
<script src="index.js"></script>