Aggiustamenti a licenze, partners, social.
All checks were successful
build and deploy / build+deploy (push) Successful in 12s
All checks were successful
build and deploy / build+deploy (push) Successful in 12s
This commit is contained in:
parent
43a9ee194b
commit
6aecd1c50b
9 changed files with 56 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue