Skip to content

`BlogEntryListing`: Make only link text clickable

Currently, in the BlogEntryListing component, the entire row occupied by the link is clickable. Only the link text should be clickable.

I'll probably fix this by wrapping the link in a div or something, so that expands to the full container width, instead of the link itself.