diff --git a/.themes/classic/source/javascripts/octopress.js b/.themes/classic/source/javascripts/octopress.js index d4b38b2..c3f5915 100644 --- a/.themes/classic/source/javascripts/octopress.js +++ b/.themes/classic/source/javascripts/octopress.js @@ -28,7 +28,7 @@ function addSidebarToggler() { } var sections = $('aside.sidebar > section'); if (sections.length > 1) { - sections.each(function(section, index){ + sections.each(function(index, section){ if ((sections.length >= 3) && index % 3 === 0) { $(section).addClass("first"); }