diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clog.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ page(struct http_request *req) err = kore_pgsql_query( &sql, "SELECT id, title, created_at::DATE, body FROM posts " - "ORDER BY id ASC;" + "ORDER BY updated_at DESC;" ); if (!err) { kore_pgsql_logerror(&sql); |