recettes/config/pagination.js

8 lines
153 B
JavaScript

module.exports = {
'collections.recettes': {
perPage: 15,
first: 'index.html',
layout: 'index.hbs',
path: 'page/:num/index.html'
}
}