Skip to content

Commit 5ac8d98

Browse files
committed
Merge branch 'pr/16'
2 parents 33c0b66 + f9fde8a commit 5ac8d98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jakefile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ task('default', [], function (params) {
4848
});
4949

5050
console.log('Building new gh-pages...');
51-
51+
52+
articles.sort(function (a, b) { return a.title.localeCompare(b.title); });
5253
articles.forEach(function (article) {
5354
var html = Mustache.to_html(
5455
templates.article, {

0 commit comments

Comments
 (0)