fix: target='_new' for hrefs
This commit is contained in:
parent
c011693ad6
commit
8eda15bf62
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user