From 97b3d56600b6e920d077a69d20cca7a5cc189098 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 15 Oct 2016 14:29:26 +0200 Subject: redesign for content --- themes/flog/layouts/partials/footer.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/flog/layouts/partials/footer.html') 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(); + }); -- cgit v1.3.1