fix: make sure links with blank target have noreferrer set
This commit is contained in:
parent
3dd76984d0
commit
f11c461c64
1 changed files with 11 additions and 2 deletions
|
|
@ -40,16 +40,19 @@
|
|||
<a
|
||||
href="https://wi11-holdsworth.github.io/resume/Will_Holdsworth_CV.pdf"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>Resume</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/wi11-holdsworth" target="_blank"
|
||||
<a
|
||||
href="https://github.com/wi11-holdsworth"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>GitHub</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://linkedin.com/in/wholds" target="_blank">LinkedIn</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Posts</h2>
|
||||
|
|
@ -59,6 +62,12 @@
|
|||
<a href="blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html"
|
||||
>Quick and easy cloud storage with dufs and NixOS
|
||||
</a>
|
||||
<a
|
||||
href="https://linkedin.com/in/wholds"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue