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>