mirror of
https://github.com/safing/web
synced 2025-04-22 03:49:08 +00:00
Remove target="_blank"
This commit is contained in:
parent
4bba9631b9
commit
a1acdf78dc
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ title: Safing Portmaster - Download
|
|||
<div class="horizontal-line" style="height: unset; margin-left: 10px;"></div>
|
||||
</div>
|
||||
<div class="flex space-x-5">
|
||||
<a class="card-blog" target="_blank" href="{{ site.youtube_portmaster_tut_getting_started }}" style="border-width: 2px; border-color: #464646; background-color: #0d0d0d; border-radius: 8px;">
|
||||
<a class="card-blog" href="{{ site.youtube_portmaster_tut_getting_started }}" style="border-width: 2px; border-color: #464646; background-color: #0d0d0d; border-radius: 8px;">
|
||||
<div class="card-blog-thumbnail">
|
||||
<img src="{{ site.img_url }}page-specific/download/getting-started.png" style="max-width: 365px; max-height: 223px; border-radius: 5px; overflow: hidden;">
|
||||
<span class="box-icon" style=" margin-top: -1.1rem; margin-left: -0.65rem;">
|
||||
|
@ -49,7 +49,7 @@ title: Safing Portmaster - Download
|
|||
</span>
|
||||
</div>
|
||||
</a>
|
||||
<a class="card-blog" target="_blank" href="{{ site.youtube_portmaster_tut_filter_lists }}" style="border-width: 2px; border-color: #464646; background-color: #0d0d0d; border-radius: 8px;">
|
||||
<a class="card-blog" href="{{ site.youtube_portmaster_tut_filter_lists }}" style="border-width: 2px; border-color: #464646; background-color: #0d0d0d; border-radius: 8px;">
|
||||
<div class="card-blog-thumbnail">
|
||||
<img src="{{ site.img_url }}page-specific/download/filter-list.png" style="max-width: 365px; max-height: 223px; border-radius: 5px; overflow: hidden;">
|
||||
<span class="box-icon" style=" margin-top: -1.1rem; margin-left: -0.65rem;">
|
||||
|
@ -68,7 +68,7 @@ title: Safing Portmaster - Download
|
|||
<div class="horizontal-line" style="height: unset; margin-left: 10px;"></div>
|
||||
</div>
|
||||
<div class="flex space-x-5">
|
||||
<a class="card-blog" target="_blank" href="{{ site.youtube_spn_tut_multi_identity }}" style="border-width: 2px; border-color: #464646; background-color: #0d0d0d; border-radius: 8px;">
|
||||
<a class="card-blog" href="{{ site.youtube_spn_tut_multi_identity }}" style="border-width: 2px; border-color: #464646; background-color: #0d0d0d; border-radius: 8px;">
|
||||
<div class="card-blog-thumbnail">
|
||||
<img src="{{ site.img_url }}page-specific/download/multi-identity.png" style="max-width: 365px; max-height: 223px; border-radius: 5px; overflow: hidden;">
|
||||
<span class="box-icon" style=" margin-top: -1.1rem; margin-left: -0.65rem;">
|
||||
|
|
Loading…
Add table
Reference in a new issue