summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/_default
diff options
context:
space:
mode:
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>