I noticed while browsing my blog page, that you couldn't click the post image thumbnail to read that post. I checked my code and realised I had an anchor tag inside another anchor tag. This is 'illegal' in html. Ooops!
No big deal, just means it wouldn't work correctly. Though one problem with it, was anyone visiting the website may not have realised they could click into the blog post by clicking the title. So they may not have realised how to go in to read the post. It wasn't so obvious what to click.
I added a little more space around the title, to give that a bit more breathing room. And I also added some scaling transitions to the post thumbnail, so the user knows which one they're hovering over.
It's all bug fixing and detailing at the moment!