Skip to content

Commit 7fcbbb6

Browse files
committed
Cache buster just in case
Signed-off-by: Hector Martin <[email protected]>
1 parent 34287c6 commit 7fcbbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/blog/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1 class="entry-title">{{.Title}}</h1>
6262
</style>
6363
<script>
6464
if (fetch && CSS.supports("mix-blend-mode", "multiply")) {
65-
fetch('https://cdn.asahilinux.org/.h', {method: 'GET'})
65+
fetch('https://cdn.asahilinux.org/.h?' + Math.random(), {method: 'GET'})
6666
.then(response => response.json())
6767
.then(body => {
6868
let container = document.getElementById("hnwrapper");

0 commit comments

Comments
 (0)