Fixed that too, inside athena>template-parts>content-blog
changed the line
<?php echo wp_trim_words (get_the_content()); ?>
i also removed the 500 i think it was that was after content so it post the entire blog post on the front page
to
<?php echo wp_trim_words (the_content()); ?>
Fixed it, in index.php you can edit the get_content to show more than 50 characters.
Next question though. Blog on the frontpage wont show pictures..any way to solve this?