1

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.

1 Answers1

1

I am using the plugin you mentioned and so far it seems to work just as you intend.

brenobarreto
  • 195
  • 1
  • 11