diff --git a/scripts/metalsmith.js b/scripts/metalsmith.js index e50a8e5..f3f997a 100644 --- a/scripts/metalsmith.js +++ b/scripts/metalsmith.js @@ -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'