diff options
Diffstat (limited to 'themes/hugo-coder/layouts/_default')
-rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 5 |
1 files changed, 4 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> |