Blog post not showing title

This happens because you have set the post format of that entry to link, and for that post format TwentyEleven does not show the post title:

.format-link .entry-title {
    display: none;
}

Solution: Use another post format (standard for example) or another theme.

enter image description here