Skip to content

Commit 07019f2

Browse files
committed
switch back to sorting by date
this works again, possibly due to the better archiving. And as epoch sometimes makes a bad 'find first year' result, it's better to use this.
1 parent 3950471 commit 07019f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/api/stats.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ function handle(r)
380380

381381
sort = {
382382
{
383-
epoch = {
383+
date = {
384384
order = "asc"
385385
}
386386
}

0 commit comments

Comments
 (0)