Think I got it. Can anyone confirm if this is correct. Im pretty new to wordpress and php.
I replaced the
<?php get_template_part( 'content', get_post_format() ); ?>
with this
<?php the_excerpt(); ?>
Anyone have an idea of how to automatically include a thumbnail with each excerpt?