diff options
-rw-r--r-- | mulkcms.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mulkcms.lisp b/mulkcms.lisp index 062fe8f..852b8e5 100644 --- a/mulkcms.lisp +++ b/mulkcms.lisp @@ -986,7 +986,7 @@ LEFT OUTER JOIN article_publishing_dates pd ON pd.article = a.id GROUP BY a.id, pd.publishing_date - ORDER BY pd.publishing_date DESC" + ORDER BY pd.publishing_date DESC, a.id DESC" :rows)) (article-data (mapcar #'paramify-article-row articles))) (expand-page (template "article_summary_page") |