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 %}
<div class="partners">
<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')}}"
alt="Tetalab"
title="Tetalab"
class="logo_partner"
target="_new">
class="logo_partner">
</a>
<a href="https://www.tetaneutral.net/">
<a href="https://www.tetaneutral.net/" target="_new">
<img src="{{ url_for('static', filename='images/tetaneutral.png')}}"
alt="Tetaneutral"
title="Tetaneutral"
class="logo_partner"
target="_new">
class="logo_partner">
</a>
</div>
<div class="subpartners">
<a href="https://clutchmag.fr/">
<a href="https://clutchmag.fr/" target="_new">
<img src="{{ url_for('static', filename='images/clutch.png')}}"
alt="Clutch"
title="Clutch"
class="logo_partner"
target="_new">
class="logo_partner">
</a>
<a href="https://www.antistatik.store/">
<a href="https://www.antistatik.store/" target="_new">
<img src="{{ url_for('static', filename='images/antistatik.png')}}"
alt="Antistatik"
title="Antistatik"
class="logo_partner"
target="_new">
class="logo_partner">
</a>
</div>
</div>