Blog page doesn't show full text or read more

Hey

I set the homepage as satic page and set another page as blog page.
When I go to that page, I don’t see the read more button and I only see the short version.

http://www.compaz.be/?page_id=182

What goes wrong?

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to display the button by going to Appearance > Customize > Additional CSS and pasting it there.

/*Display button*/
body.blog a.more-link {
    display: block;
    color: #DA4453;
}

Best Regards,
Support