Automatically opens external links in a new browser for Jekyll Pages, Posts and Docs.
Jekyll Target Blank is a plugin for Jekyll that automatically adds attributes to all external links in Jekyll’s content. It also provides additional automation features for external links.
target="_blank" rel="noopener noreferrer" attribute to all external links in Jekyll’s contentrel attribute with custom valuesTo install Jekyll Target Blank, follow these steps:
gem 'jekyll-target-blank'
_config.yml file:plugins:
- jekyll-target-blank
gems:
- jekyll-target-blank
Jekyll Target Blank is a useful plugin for Jekyll that automates the process of adding attributes to external links in Jekyll’s content. It offers features such as opening links in a new browser tab, adding CSS classes to links, and customizing the rel attribute. By installing this plugin, users can save time and effort in manually adding these attributes to their external links.