diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-11-20 22:14:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-20 22:14:01 -0500 |
| commit | 531ea5ceb6eb29f386fd09dfeee460ab6359d92d (patch) | |
| tree | 319ee05bbd71d924ecfd87434787d08f72eacecb /themes | |
| parent | b98966e4666a527b281aab7b4a0de9886e12b257 (diff) | |
It is snow time yet again
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index 077fff0..4c28098 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html | |||
| @@ -192,6 +192,7 @@ | |||
| 192 | </script> | 192 | </script> |
| 193 | {{ end }} | 193 | {{ end }} |
| 194 | --> | 194 | --> |
| 195 | <script src="//cdnjs.cloudflare.com/ajax/libs/Snowstorm/20131208/snowstorm-min.js"></script> | ||
| 196 | <script>snowStorm.followMouse = false;</script> | ||
| 195 | </body> | 197 | </body> |
| 196 | |||
| 197 | </html> | 198 | </html> |
