Correction de la taille des collections du blog.
This commit is contained in:
@@ -56,12 +56,12 @@ module.exports = new Metalsmith(config.paths.projectRoot)
|
||||
}))
|
||||
.use(collections({
|
||||
archives: {
|
||||
limit: 3,
|
||||
pattern: 'blog/*/**/*/*.html',
|
||||
reverse: true,
|
||||
sortBy: 'date'
|
||||
},
|
||||
news: {
|
||||
limit: 3,
|
||||
pattern: 'blog/*/**/*.html',
|
||||
reverse: true,
|
||||
sortBy: 'date'
|
||||
|
||||
Reference in New Issue
Block a user