Fix links rel when using target blank on links
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<LinkTranslate href="/credits" text="Credits" rel="prefetch" />
|
<LinkTranslate href="/credits" text="Credits" rel="prefetch" />
|
||||||
</li>
|
</li>
|
||||||
<li class="instagram">
|
<li class="instagram">
|
||||||
<LinkTranslate href="https://instagram.com/{$site.instagram}" text="Instagram" target="_blank">
|
<LinkTranslate href="https://instagram.com/{$site.instagram}" text="Instagram" target="_blank" rel="noopener">
|
||||||
<img src="/img/icons/instagram.svg" alt="Instagram">
|
<img src="/img/icons/instagram.svg" alt="Instagram">
|
||||||
</LinkTranslate>
|
</LinkTranslate>
|
||||||
</li>
|
</li>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="cetrucflotte">
|
<li class="cetrucflotte">
|
||||||
<span>A project by</span>
|
<span>A project by</span>
|
||||||
<a href="https://cetrucflotte.com" target="_blank">
|
<a href="https://cetrucflotte.com" target="_blank" rel="noopener">
|
||||||
<img src="/img/logo-ctf.svg" alt="Cetrucflotte logo's">
|
<img src="/img/logo-ctf.svg" alt="Cetrucflotte logo's">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user