add rel to target blank links
This commit is contained in:
parent
1dfa5a1dd6
commit
4e81f87592
@ -7,12 +7,12 @@ sort: 9999
|
|||||||
---
|
---
|
||||||
```{=html}
|
```{=html}
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<a href="https://www.lmu.de/" target="_blank">
|
<a href="https://www.lmu.de/" target="_blank" rel="noreferrer noopener">
|
||||||
<img src="assets/LMU_Muenchen_Logo.svg" alt="LMU München Logo"/>
|
<img src="../assets/LMU_Muenchen_Logo.svg" alt="LMU München Logo"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://www.fraport.com/" target="_blank">
|
<a href="https://www.fraport.com/" target="_blank" rel="noreferrer noopener">
|
||||||
<img src="assets/Fraport_Logo.svg" alt="Fraport AG Logo"/>
|
<img src="../assets/Fraport_Logo.svg" alt="Fraport AG Logo"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user