fix: add rel=noopener to all external links

This commit is contained in:
kolaente 2022-02-02 09:51:23 +01:00
parent ffac92c0ef
commit 56a3922a9c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@
/>
<p class="py-4 text-gray-600">
&copy; {{ now.Year }}<br />
Made with ♥️ and <a href="https://gohugo.io">Hugo</a>.
Made with ♥️ and <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
</p>
<a
href="https://twitter.com/vikunjaio"
@ -39,7 +39,7 @@
</svg>
<span class="ml-1"> Follow Vikunja on Twitter </span>
</a>
<a href="https://matrix.to/#/#vikunja:matrix.org" class="py-2">
<a href="https://matrix.to/#/#vikunja:matrix.org" class="py-2" target="_blank" rel="noopener">
<img
src="https://img.shields.io/badge/chat-on%20matrix.org-brightgreen"
alt="Chat on matrix.org"
@ -83,7 +83,7 @@
<a
href="https://www.buymeacoffee.com/kolaente"
class="flex py-2 md:pt-0 align-middle hover:underline"
target="_blank"
target="_blank" rel="noopener"
>
<img
src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg"
@ -95,7 +95,7 @@
<a
href="https://github.com/sponsors/kolaente/button"
class="flex py-2 md:pt-0 align-middle hover:underline"
target="_blank"
target="_blank" rel="noopener"
>
<svg
xmlns="http://www.w3.org/2000/svg"
@ -113,11 +113,12 @@
</svg>
<span> Sponsor on Github </span>
</a>
<a href="https://opencollective.com/vikunja" class="py-2 md:pt-0 hover:underline" target="_blank">
<a href="https://opencollective.com/vikunja" class="py-2 md:pt-0 hover:underline" target="_blank" rel="noopener">
Sponsor on Opencollective
</a>
<a
href="https://vikunja.cloud/stickers?utm_source=io&utm_medium=io&utm_campaign=footer"
rel="noopener"
class="py-2 md:pt-0 hover:underline"
>
Buy Stickers
@ -125,17 +126,16 @@
</div>
<div class="mt-4 flex w-full flex-col md:mt-0 md:w-1/5">
<h3 class="mb-4 font-title text-base font-bold md:mb-6">Product</h3>
<a href="https://vikunja.cloud/features" class="py-2 md:pt-0 hover:underline">Features</a>
<a href="https://vikunja.cloud/managed-service" class="py-2 md:pt-0 hover:underline"
>Managed Service</a
>
<a href="/features" class="py-2 md:pt-0 hover:underline">Features</a>
<a href="https://vikunja.cloud/managed-service" class="py-2 md:pt-0 hover:underline" rel="noopener">Managed Service</a>
<a
href="https://vikunja.cloud/?utm_source=io&utm_medium=io&utm_campaign=footer"
class="py-2 md:pt-0 hover:underline"
rel="noopener"
>
Get it Hosted
</a>
<a href="https://vikunja.cloud/stickers" class="py-2 md:pt-0 hover:underline">Stickers</a>
<a href="https://vikunja.cloud/stickers" class="py-2 md:pt-0 hover:underline" rel="noopener">Stickers</a>
</div>
<div class="mt-4 flex w-full flex-col md:mt-0 md:w-1/5">
<h3 class="mb-4 font-title text-base font-bold md:mb-6">About</h3>
@ -143,7 +143,7 @@
<a href="/docs" class="py-2 md:pt-0 hover:underline">Docs</a>
<a href="/contact/" class="py-2 md:pt-0 hover:underline">Contact</a>
<a href="/survey" class="py-2 md:pt-0 hover:underline">Feedback Survey</a>
<a href="https://community.vikunja.io" class="py-2 md:pt-0 hover:underline">Community Forum</a>
<a href="https://community.vikunja.io" class="py-2 md:pt-0 hover:underline" rel="noopener" target="_blank">Community Forum</a>
</div>
</footer>