0589dc1f53
* chore: shared external link component, glimmerization * chore: update easy a tags * chore: update other a tags * chore: lil cleanup * changelog
9 lines
212 B
Handlebars
9 lines
212 B
Handlebars
{{#if @sameTab}}
|
|
<a href={{this.href}} ...attributes>
|
|
{{yield}}
|
|
</a>
|
|
{{else}}
|
|
<a href={{this.href}} target="_blank" rel="noopener noreferrer" class="doc-link" ...attributes>
|
|
{{yield}}
|
|
</a>
|
|
{{/if}} |