diff options
-rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
222 | f.start() | 222 | f.start() |
223 | </script> | 223 | </script> |
224 | {{ end }} --> | 224 | {{ end }} --> |
225 | <!-- | 225 | |
226 | <script> | 226 | <script> |
227 | function r(min, max) { | 227 | function r(min, max) { |
228 | return Math.random() * (max - min) + min; | 228 | return Math.random() * (max - min) + min; |
@@ -235,6 +235,6 @@ | |||
235 | snow.appendChild(el); | 235 | snow.appendChild(el); |
236 | } | 236 | } |
237 | </script> | 237 | </script> |
238 | --> | 238 | |
239 | </body> | 239 | </body> |
240 | </html> | 240 | </html> |