Hacker News new | ask | show | jobs
by patwalls 2899 days ago
Heh. I used to have the whole tile wrapped in an <a> tag, but google started doing some really weird shit with how they were indexing my titles.

So I switched it up . Now, only the image and title are wrapped in <a> tags, so you should be able to open in a new tab if you click directly on the image.

If anyone knows a good solution around this, let me know.

1 comments

Since you have them with an onclick, add:

onauxclick="e.preventDefault(); window.location.href = '/stories/brumate';"