We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
render-link
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.
render-link.html
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.
{: target="_blank"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: