Aggiustamenti a licenze, partners, social.
All checks were successful
build and deploy / build+deploy (push) Successful in 12s

This commit is contained in:
Emiliano Vavassori 2024-03-14 00:59:16 +01:00
parent 43a9ee194b
commit 6aecd1c50b
9 changed files with 56 additions and 21 deletions

View file

@ -1,10 +1,11 @@
<div id="partners">
<p>Partners:</p>
{% if PARTNERS %}
<ul>
{% for link, alt, image, width in PARTNERS %}
<li><a href="{{ link }}" title="{{ alt }}" target="_new"><img src="{{ image }}" alt="{{ alt }}" width="{{ width }}" /></a></li>
{% endfor %}
</ul>
{% else %}
<p><a id="link_partners" class="nav__link" href="/partners" title="Partners e Sponsor">Partner e Sponsor</a></p>
{% endif %}
</div>