Hacker News new | ask | show | jobs
by robotsonic 2899 days ago
Nice site. It has some good content on there. One thing that I disliked from a design standpoint, was the fact I couldn't open stories in a new tab. I suspect I'm not the only person who likes to scroll through and open interesting stories in new tabs to be read at my leisure.
1 comments

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.

Since you have them with an onclick, add:

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