Skip to content
Discussion options

You must be logged in to vote

Hi @DennisJDufrene,
for these links to open in a new tab you'd have to use customization.

Either directly override the actions.html template with a modified version which adds target="_blank" to the anchor tags, or add JavaScript to the target after the page loads for the user. At GMC we're using the second approach to open external links in a new tab, so you could reference our solution, but keep in mind that there is a URL comparison, and if you host your page on GitHub Pages, then the repository link would not be seen as external by the code, so you'll have to adjust the solution ✌️

Docs reference:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DennisJDufrene
Comment options

Answer selected by DennisJDufrene
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants