2019-01-28 03:37:25 +01:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
|
2019-01-30 21:20:35 +01:00
|
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
2019-01-28 03:37:25 +01:00
|
|
|
<script>
|
2023-08-20 23:43:33 +02:00
|
|
|
document.addEventListener("DOMContentLoaded", function() {
|
|
|
|
document.querySelectorAll("pre code").forEach(block => {
|
|
|
|
window.hljs.highlightBlock(block);
|
|
|
|
});
|
2019-01-28 03:37:25 +01:00
|
|
|
});
|
|
|
|
</script>
|
2023-12-02 16:20:36 +01:00
|
|
|
<!-- Fathom - beautiful, simple website analytics -->
|
|
|
|
<script src="https://cdn.usefathom.com/script.js" data-site="LCUDFNYO" defer></script>
|
|
|
|
<!-- / Fathom -->
|