diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html
index 1c38f6b..2084145 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -134,7 +134,7 @@
>
<!-- <div id=fireworksContainer style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none;"></div> -->
- <div id="snow" style="position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; --s: 10s; --w: 50vw; --d: 0s;"></div>
+ <!-- <div id="snow" style="position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; --s: 10s; --w: 50vw; --d: 0s;"></div> -->
{{ partial "float" . }}
<main class="wrapper">
@@ -221,7 +221,7 @@
</script>
{{ end }} -->
- <script>
+ <!-- <script>
function r(min, max) {
return Math.random() * (max - min) + min;
}
@@ -232,7 +232,7 @@
el.style = `--x: ${r(0, 200)}vw; --y: -${r(0, 100)}vh; --d: ${r(-20, 20)}s; --w: ${r(40, 70)}vw; --s: ${r(12, 20)}s;`;
snow.appendChild(el);
}
- </script>
+ </script> -->
</body>
</html>