We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54612c4 commit d7a6186Copy full SHA for d7a6186
src/templates/article.html
@@ -65,7 +65,7 @@ <h2 class="uk-article-title uk-text-bold">
65
{% if article.url %}
66
<div>
67
<span class="uk-text-break">
68
- <span class="uk-text-bold">URL:</span> <a href="{{ article.url }}"> {{ article.url }}</a>
+ <span class="uk-text-bold">URL:</span> <a href="{{ article.url }}" target="_blank" rel="noopener noreferrer"> {{ article.url }}</a>
69
</span>
70
</div>
71
{% endif %}
0 commit comments