Stop opening in new tabs
This commit is contained in:
parent
a1489aec0a
commit
50c12c90b8
|
@ -5,7 +5,6 @@
|
|||
href="{{ post.external_url ?: post.url }}"
|
||||
class="text-inherit"
|
||||
tabindex="-1"
|
||||
{% if post.external_url %}target="_blank" rel="noopener"{% endif %}
|
||||
>
|
||||
{{ post.draft ? 'Draft: '|upper }}{{ post.title }}
|
||||
</a>
|
||||
|
|
Reference in a new issue