Blog page is not showing properly

It’s in your css:

body.blog article .entry-summary {
    position: absolute;
body.blog article .entry-header {
    position: absolute;

change it to relative.

error code: 523