diff --git a/Jakefile.js b/Jakefile.js index 2569c125..f0ad81c9 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -48,7 +48,8 @@ task('default', [], function (params) { }); console.log('Building new gh-pages...'); - + + articles.sort(function (a, b) { return a.title.localeCompare(b.title); }); articles.forEach(function (article) { var html = Mustache.to_html( templates.article, {