summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/_default
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-12-10 22:34:22 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2025-12-10 22:34:22 -0500
commit9f64ddef1f4b796e452774e4f5c944d68f1ffb6d (patch)
tree61ebaf1956db90d2c694f2335dcb392640aad9cd /themes/hugo-coder/layouts/_default
parent954e50818727d969c582c49d980f764b2a5314e0 (diff)
snow again
Diffstat (limited to 'themes/hugo-coder/layouts/_default')
-rw-r--r--themes/hugo-coder/layouts/_default/baseof.html4
1 files changed, 2 insertions, 2 deletions
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 @@
217 </script> 217 </script>
218 {{ end }} --> 218 {{ end }} -->
219 219
220 <!-- <script> 220 <script>
221 function r(min, max) { 221 function r(min, max) {
222 return Math.random() * (max - min) + min; 222 return Math.random() * (max - min) + min;
223 } 223 }
@@ -228,7 +228,7 @@
228 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;`; 228 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;`;
229 snow.appendChild(el); 229 snow.appendChild(el);
230 } 230 }
231 </script> --> 231 </script>
232 232
233 </body> 233 </body>
234</html> 234</html>