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
|
<a
|
||||||
href="https://wi11-holdsworth.github.io/resume/Will_Holdsworth_CV.pdf"
|
href="https://wi11-holdsworth.github.io/resume/Will_Holdsworth_CV.pdf"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
>Resume</a
|
>Resume</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/wi11-holdsworth" target="_blank"
|
<a
|
||||||
|
href="https://github.com/wi11-holdsworth"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
>GitHub</a
|
>GitHub</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://linkedin.com/in/wholds" target="_blank">LinkedIn</a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Posts</h2>
|
<h2>Posts</h2>
|
||||||
|
|
@ -59,6 +62,12 @@
|
||||||
<a href="blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html"
|
<a href="blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html"
|
||||||
>Quick and easy cloud storage with dufs and NixOS
|
>Quick and easy cloud storage with dufs and NixOS
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://linkedin.com/in/wholds"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>LinkedIn</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue