Skip to content

Commit 7ab3fbe

Browse files
UI change
1 parent b6755aa commit 7ab3fbe

File tree

133 files changed

+1459
-824
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+1459
-824
lines changed

blog/404.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@
2828
})
2929
}
3030
});
31-
</script><script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/contrib/copy-tex.min.js" type="application/javascript"></script><script src="/blog/postscript.js" type="module"></script></html>
31+
</script><script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/contrib/copy-tex.min.js" type="application/javascript"></script><script type="application/javascript">
32+
const socket = new WebSocket('ws://localhost:3001')
33+
// reload(true) ensures resources like images and scripts are fetched again in firefox
34+
socket.addEventListener('message', () => document.location.reload(true))
35+
</script><script src="/blog/postscript.js" type="module"></script></html>

blog/Code-Against-the-Clock--From-Clicks-to-Cash.html

Lines changed: 0 additions & 31 deletions
This file was deleted.
110 KB
192 KB
10.5 KB
62.6 KB
437 KB
222 KB
723 KB
1.33 MB

0 commit comments

Comments
 (0)