diff options
Diffstat (limited to 'themes/flog/layouts/partials/footer.html')
| -rw-r--r-- | themes/flog/layouts/partials/footer.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/flog/layouts/partials/footer.html b/themes/flog/layouts/partials/footer.html index 034918e..6a2857e 100644 --- a/themes/flog/layouts/partials/footer.html +++ b/themes/flog/layouts/partials/footer.html @@ -17,6 +17,10 @@ $('.button-collapse').sideNav(); $('#main').smoothState({ prefetch: true, onAfter: ready }); }); + + $(document).ready(function() { + $('.parallax').parallax(); + }); </script> </body> </html> |
