Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make pages longer
  • Loading branch information
ralsina committed Jun 2, 2015
1 parent 1d4ebbb commit 32f0a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions output/index.html
Expand Up @@ -207,7 +207,7 @@ <h2>Plugins for Nikola <small>version
}
};
// Paginate
$("div.holder").jPages({ containerID : "itemContainer", perPage: 10 });
$("div.holder").jPages({ containerID : "itemContainer", perPage: 20 });
hash_handler();
}

Expand Down Expand Up @@ -320,7 +320,7 @@ <h2>Plugins for Nikola <small>version
listItems.each(function(idx, item) {
if (item.id == 'li-'+plugin) {
$('#li-'+plugin).addClass('active');
var page = parseInt(idx/10)+1;
var page = parseInt(idx/20)+1;
$("div.holder").jPages(page);
document.title = plugin + ' — Plugins for Nikola';
} else {
Expand Down

0 comments on commit 32f0a23

Please sign in to comment.