diff --git a/_includes/head.html b/_includes/head.html index 4478ca4..df41d74 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -50,7 +50,7 @@ $(window).load(function() { if (window.localStorage && !localStorage['faded']) { localStorage['faded'] = true; - $('body').hide().fadeIn(1000); + $('body').hide().fadeIn(3000); } });