snow again

9f64ddef1f4b… · Ryan Schanzenbacher ·

parent 954e50818727… diff

Changed files

diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html
index 19e4db5..3e0f4cd 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -217,7 +217,7 @@
</script>
{{ end }} -->
- <!-- <script>
+ <script>
function r(min, max) {
return Math.random() * (max - min) + min;
}
@@ -228,7 +228,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>