Getting external links set to target="_blank" is well-documented using client or server code:
- Is it acceptable to make external links target="_blank"?
- Grabbing the href attribute of an A element
- Parse All Links That Contain A Specific Word In "href" Tag
It's 2015 and HTML and CSS has grown up since these questions. Is there a pure CSS3 or HTML5 solution to make external links leave the website, as in target=_blank but for all links?
Also tagging Jekyll since that's the platform I'm in, and a Jekyll flag, which would let Ruby do it server side, would be useful for me.