diff --git a/cernopendata/config.py b/cernopendata/config.py index 3fc81ce2a2..96b37221bb 100644 --- a/cernopendata/config.py +++ b/cernopendata/config.py @@ -301,7 +301,7 @@ order=1, ), 'mostrecent': dict( - fields=['recid'], + fields=['created', 'recid'], title='Most recent', default_order='desc', order=1, diff --git a/cernopendata/templates/cernopendata_pages/front/news.html b/cernopendata/templates/cernopendata_pages/front/news.html index e62e4919c7..31cef37ccf 100644 --- a/cernopendata/templates/cernopendata_pages/front/news.html +++ b/cernopendata/templates/cernopendata_pages/front/news.html @@ -43,7 +43,7 @@