We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34287c6 commit 7fcbbb6Copy full SHA for 7fcbbb6
layouts/blog/single.html
@@ -62,7 +62,7 @@ <h1 class="entry-title">{{.Title}}</h1>
62
</style>
63
<script>
64
if (fetch && CSS.supports("mix-blend-mode", "multiply")) {
65
- fetch('https://cdn.asahilinux.org/.h', {method: 'GET'})
+ fetch('https://cdn.asahilinux.org/.h?' + Math.random(), {method: 'GET'})
66
.then(response => response.json())
67
.then(body => {
68
let container = document.getElementById("hnwrapper");
0 commit comments