diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html
index 8394257..f569146 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -132,10 +132,10 @@
<body class="preload-transitions {{ $csClass }}{{ if .Site.Params.rtl }} rtl{{ end }}"
onload="{{ if .Site.Params.enableTwemoji }} twemoji.parse(document.body); {{ end }}"
>
- <!--
<div id=fireworksContainer style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none;"></div>
- -->
+ <!--
<div id="snow" style="position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; --s: 10s; --w: 50vw; --d: 0s;"></div>
+ -->
{{ partial "float" . }}
<main class="wrapper">
{{ partial "header.html" . }}
@@ -184,7 +184,6 @@
{{ if and .Site.Params.googleTagManager .Site.Params.googleTagManager.id }}
{{- partial "analytics/googletagmanager" . -}}
{{ end }}
- <!--
{{ if eq .RelPermalink "/" }}
<script src="https://cdn.jsdelivr.net/npm/fireworks-js@latest/dist/fireworks.js"></script>
<script>
@@ -221,7 +220,7 @@
f.start()
</script>
{{ end }}
- -->
+ <!--
<script>
function r(min, max) {
return Math.random() * (max - min) + min;
@@ -234,5 +233,6 @@
snow.appendChild(el);
}
</script>
+ -->
</body>
</html>
diff --git a/themes/hugo-coder/layouts/partials/home.html b/themes/hugo-coder/layouts/partials/home.html
index 81121b6..fb7a80e 100644
--- a/themes/hugo-coder/layouts/partials/home.html
+++ b/themes/hugo-coder/layouts/partials/home.html
@@ -14,9 +14,7 @@
{{ else }}
<h2>{{ .Site.Params.info }}</h2>
{{ end }}
- <!--
<h2>Happy New Year!</h2>
- -->
{{ with .Site.Params.social }}
<ul>
{{ range sort . "weight" }}