mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Update open external in new tab
This commit is contained in:
parent
4be854a0e5
commit
1c274f266b
1 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
<div>
|
||||
<label class="consent cursor-pointer text-safing-gray-500" for="consent_text">
|
||||
I agree that Safing &
|
||||
<a class="link-primary-external" href="https://rapidmail.de" target="_blank">rapidmail.de</a>
|
||||
<a target="_blank" class="link-primary-external" href="https://rapidmail.de" target="_blank">rapidmail.de</a>
|
||||
may process and use the email for newsletter purposes.
|
||||
</label>
|
||||
</div>
|
||||
|
@ -57,11 +57,11 @@
|
|||
<a href="{{ site.video_url }}" class="footer-link"> Videos </a>
|
||||
</div>
|
||||
<div class="footer-links-right">
|
||||
<a href="{{ site.github_url }}" class="footer-link link-primary-external">Github </a>
|
||||
<a href="{{ site.discord_url }}" class="footer-link link-primary-external">Discord </a>
|
||||
<a href="{{ site.reddit_url }}" class="footer-link link-primary-external">Reddit </a>
|
||||
<a href="{{ site.twitter_url }}" class="footer-link link-primary-external">Twitter </a>
|
||||
<a href="{{ site.youtube_channel_url }}" class="footer-link link-primary-external">Youtube </a>
|
||||
<a target="_blank" href="{{ site.github_url }}" class="footer-link link-primary-external">Github </a>
|
||||
<a target="_blank" href="{{ site.discord_url }}" class="footer-link link-primary-external">Discord </a>
|
||||
<a target="_blank" href="{{ site.reddit_url }}" class="footer-link link-primary-external">Reddit </a>
|
||||
<a target="_blank" href="{{ site.twitter_url }}" class="footer-link link-primary-external">Twitter </a>
|
||||
<a target="_blank" href="{{ site.youtube_channel_url }}" class="footer-link link-primary-external">Youtube </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<a href="{{ site.download_url }}" class="footer-link"> Download </a>
|
||||
<a href="{{ site.features_url }}" class="footer-link"> Features </a>
|
||||
<a href="{{ site.docs_url }}portmaster/architecture/overview" class="footer-link"> Documentation </a>
|
||||
<a href="{{ site.github_url }}/portmaster/" class="footer-link link-primary-external">Source Code </a>
|
||||
<a target="_blank" href="{{ site.github_url }}/portmaster/" class="footer-link link-primary-external">Source Code </a>
|
||||
<a href="{{ site.backlog_url }}#portmaster" class="footer-link"> Backlog </a>
|
||||
</div>
|
||||
<div class="footer-links-right">
|
||||
|
@ -95,7 +95,7 @@
|
|||
<div class="footer-links-left">
|
||||
<a href="{{ site.spn_url }}" class="footer-link"> Discover </a>
|
||||
<a href="{{ site.whitepaper_url }}" class="footer-link"> Whitepaper </a>
|
||||
<a href="{{ site.github_url }}/spn/" class="footer-link link-primary-external">Source Code </a>
|
||||
<a target="_blank" href="{{ site.github_url }}/spn/" class="footer-link link-primary-external">Source Code </a>
|
||||
<a href="{{ site.backlog_url }}#spn" class="footer-link"> Backlog </a>
|
||||
</div>
|
||||
<div class="footer-links-right">
|
||||
|
|
Loading…
Add table
Reference in a new issue