Skip to content
Snippets Groups Projects
Commit e1c78a47 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Use target="_blank" for parameters references.

parent 73b766a4
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
{#if href === undefined}
{title}
{:else}
<a class="text-le-bleu hover:underline" {href}
<a class="text-le-bleu hover:underline" {href} target="_blank"
>{title ?? href}</a
>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment