it would be nice if this header can be recognized as a link. right now it just looks like any header text and it doesn't suggest you could clikc on it. it took me a while to figure out how to see the full post ... otherwise i'm fully enjoying this great piece of software.
It's a little confusing for sure. It can easily be configured as a link, however, just by making a quick change in the style sheet (style.css).
You'd be looking for something like
h2 a { ... } That's the style for your title links.
If you changed it to something like
h2 a { color: red; text-decoration: underline } then all your title links would be red and underlined. Have fun playing around!