Compare

784142aa900b4dc5849b1bf8f761cbc6b129da42 .. 243ff5b8d049b85b9f684c5e6e90deb22ca3ea59 · 1 commits

Changed files

Commits

HashSubjectAuthorDate
243ff5b8 snow! Ryan Schanzenbacher
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 @@
f.start()
</script>
{{ end }} -->
- <!--
+
<script>
function r(min, max) {
return Math.random() * (max - min) + min;
@@ -235,6 +235,6 @@
snow.appendChild(el);
}
</script>
- -->
+
</body>
</html>