diff --git a/index.js b/index.js index e069dc84..5b762bb4 100644 --- a/index.js +++ b/index.js @@ -484,7 +484,7 @@ Ox.load(function() { orientation: 'horizontal' }, self) .addClass('readme'); - app.data.readme.forEach(function(item, i) { + Ox.sortBy(app.data.readme, '-date').forEach(function(item, i) { var $item = $('
') .addClass('item') .attr({id: 'readme_' + item.id})