summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-11-30 17:15:15 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2024-11-30 17:15:38 -0500
commit243ff5b8d049b85b9f684c5e6e90deb22ca3ea59 (patch)
tree32678738f2b27a388a795325b6c3006044b457a4
parent784142aa900b4dc5849b1bf8f761cbc6b129da42 (diff)
snow!
-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 18ca685..f278750 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -222,7 +222,7 @@
222 f.start() 222 f.start()
223 </script> 223 </script>
224 {{ end }} --> 224 {{ end }} -->
225 <!-- 225
226 <script> 226 <script>
227 function r(min, max) { 227 function r(min, max) {
228 return Math.random() * (max - min) + min; 228 return Math.random() * (max - min) + min;
@@ -235,6 +235,6 @@
235 snow.appendChild(el); 235 snow.appendChild(el);
236 } 236 }
237 </script> 237 </script>
238 --> 238
239 </body> 239 </body>
240</html> 240</html>