I am using the Jekyll minima theme for my website. I currently have {:target="_blank"}
added after each link. However, is there a setting that I can easily tweak (perhaps in _config.yml
?) that will apply {:target="_blank"}
to every link on my site without having to manually include it every time?
Edit: Just came across the Jekyll Target Blank plugin, created by GitHub user keithmifsud. Currently reading through the documentation to see if this could achieve what I'm looking for.