rapidsai / rapids.ai

rapids.ai web site
https://rapids.ai
8 stars 17 forks source link

Add `render-link` layout for opening external URLs in a new tab #360

Open ajschmidt8 opened 7 months ago

ajschmidt8 commented 7 months ago

Hugo has Markdown render hooks that enable us to customize how links are rendered:

We should update the render-link.html template to ensure that external URLs are opened in a new tab.

These resources will be useful for the implementation:

As part of this effort, we should be sure to also remove all of the {: target="_blank"} tags from Jekyll that are no longer valid in Hugo.