Mine looked a little different, but that did the trick thanks! In my templates/template-blog.php it was set to:
<?php query_posts(array(
‘post_type’ => ‘post’,
‘post_per_page’ => ’10’,
‘orderby’ => ‘rand’,
Switched it to ‘DESC’ and we are good to go!
Thanks!