summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2022-01-24 23:42:42 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2022-01-24 23:42:42 -0500
commit00f1e03fdede5212a6b7e64b73e5d0b8b3714b10 (patch)
tree4286a68d082bfa2364f584c722b3f0a1dc747f27
parent95733c179d29111bed167f3fa5d1299e63eee2ff (diff)
Removed New Year fireworks
-rw-r--r--themes/hugo-coder/layouts/_default/baseof.html5
-rw-r--r--themes/hugo-coder/layouts/partials/home.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html
index ffe7585..077fff0 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -103,7 +103,9 @@
103 <body class="preload-transitions {{ $csClass }}{{ if .Site.Params.rtl }} rtl{{ end }}" 103 <body class="preload-transitions {{ $csClass }}{{ if .Site.Params.rtl }} rtl{{ end }}"
104 onload="{{ if .Site.Params.enableTwemoji }} twemoji.parse(document.body); {{ end }}" 104 onload="{{ if .Site.Params.enableTwemoji }} twemoji.parse(document.body); {{ end }}"
105 > 105 >
106 <!--
106 <div id=fireworksContainer style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none;"></div> 107 <div id=fireworksContainer style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none;"></div>
108 -->
107 {{ partial "float" . }} 109 {{ partial "float" . }}
108 <main class="wrapper"> 110 <main class="wrapper">
109 {{ partial "header.html" . }} 111 {{ partial "header.html" . }}
@@ -152,7 +154,7 @@
152 {{ if and .Site.Params.googleTagManager .Site.Params.googleTagManager.id }} 154 {{ if and .Site.Params.googleTagManager .Site.Params.googleTagManager.id }}
153 {{- partial "analytics/googletagmanager" . -}} 155 {{- partial "analytics/googletagmanager" . -}}
154 {{ end }} 156 {{ end }}
155 157 <!--
156 {{ if eq .URL "/" }} 158 {{ if eq .URL "/" }}
157 <script src="https://cdn.jsdelivr.net/npm/fireworks-js@latest/dist/fireworks.js"></script> 159 <script src="https://cdn.jsdelivr.net/npm/fireworks-js@latest/dist/fireworks.js"></script>
158 <script> 160 <script>
@@ -189,6 +191,7 @@
189 f.start() 191 f.start()
190 </script> 192 </script>
191 {{ end }} 193 {{ end }}
194 -->
192 </body> 195 </body>
193 196
194</html> 197</html>
diff --git a/themes/hugo-coder/layouts/partials/home.html b/themes/hugo-coder/layouts/partials/home.html
index fb7a80e..81121b6 100644
--- a/themes/hugo-coder/layouts/partials/home.html
+++ b/themes/hugo-coder/layouts/partials/home.html
@@ -14,7 +14,9 @@
14 {{ else }} 14 {{ else }}
15 <h2>{{ .Site.Params.info }}</h2> 15 <h2>{{ .Site.Params.info }}</h2>
16 {{ end }} 16 {{ end }}
17 <!--
17 <h2>Happy New Year!</h2> 18 <h2>Happy New Year!</h2>
19 -->
18 {{ with .Site.Params.social }} 20 {{ with .Site.Params.social }}
19 <ul> 21 <ul>
20 {{ range sort . "weight" }} 22 {{ range sort . "weight" }}