fix: target='_new' for hrefs

This commit is contained in:
mco-system 2023-04-11 06:58:26 +11:00
parent c011693ad6
commit 8eda15bf62
1 changed files with 8 additions and 12 deletions

View File

@ -47,35 +47,31 @@
{% endblock %} {% endblock %}
<div class="partners"> <div class="partners">
<div class="subpartners"> <div class="subpartners">
<a href="https://www.tetalab.org/"> <a href="https://www.tetalab.org/" target="_new">
<img src="{{ url_for('static', filename='images/tetalab.png')}}" <img src="{{ url_for('static', filename='images/tetalab.png')}}"
alt="Tetalab" alt="Tetalab"
title="Tetalab" title="Tetalab"
class="logo_partner" class="logo_partner">
target="_new">
</a> </a>
<a href="https://www.tetaneutral.net/"> <a href="https://www.tetaneutral.net/" target="_new">
<img src="{{ url_for('static', filename='images/tetaneutral.png')}}" <img src="{{ url_for('static', filename='images/tetaneutral.png')}}"
alt="Tetaneutral" alt="Tetaneutral"
title="Tetaneutral" title="Tetaneutral"
class="logo_partner" class="logo_partner">
target="_new">
</a> </a>
</div> </div>
<div class="subpartners"> <div class="subpartners">
<a href="https://clutchmag.fr/"> <a href="https://clutchmag.fr/" target="_new">
<img src="{{ url_for('static', filename='images/clutch.png')}}" <img src="{{ url_for('static', filename='images/clutch.png')}}"
alt="Clutch" alt="Clutch"
title="Clutch" title="Clutch"
class="logo_partner" class="logo_partner">
target="_new">
</a> </a>
<a href="https://www.antistatik.store/"> <a href="https://www.antistatik.store/" target="_new">
<img src="{{ url_for('static', filename='images/antistatik.png')}}" <img src="{{ url_for('static', filename='images/antistatik.png')}}"
alt="Antistatik" alt="Antistatik"
title="Antistatik" title="Antistatik"
class="logo_partner" class="logo_partner">
target="_new">
</a> </a>
</div> </div>
</div> </div>