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" />
|
||||
</li>
|
||||
<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">
|
||||
</LinkTranslate>
|
||||
</li>
|
||||
@@ -28,7 +28,7 @@
|
||||
</li>
|
||||
<li class="cetrucflotte">
|
||||
<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">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user