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
|
@ -132,7 +132,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<!--{% include "partners.html" %}-->
|
||||
{% include "partners.html" %}
|
||||
{% include "social.html" %}
|
||||
{% include "license.html" %}
|
||||
</aside>
|
||||
|
@ -146,8 +146,11 @@
|
|||
<!-- Footer -->
|
||||
{% if DISPLAY_FOOTER or DISPLAY_FOOTER is not defined %}
|
||||
<footer>
|
||||
<p>I contenuti del sito sono tutti rilasciati con licenza <a href="https://creativecommons.org/licenses/by/3.0/it/" title="Creative Commons - Attiribuzione 3.0">CC BY 3.0</a><br/>
|
||||
<a href="https://creativecommons.org/licenses/by/3.0/it/" title="Creative Commons - Attiribuzione 3.0"><img src="https://i0.wp.com/www.libreitalia.org/wp-content/uploads/2017/11/by.png?fit=249%2C87&ssl=1" alt="Creative Commons BY Logo" /></a>
|
||||
|
||||
<p><a href="/partners" title="Partners e Sponsors">Partners e
|
||||
Sponsors</a></p
|
||||
|
||||
<p><a href="/license" title="Licenza del sito"><img src="https://i0.wp.com/www.libreitalia.org/wp-content/uploads/2017/11/by.png?fit=249%2C87&ssl=1" alt="Creative Commons BY Logo" /></a>
|
||||
</p>
|
||||
</footer>
|
||||
{% endif %}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<div id="license">
|
||||
<p>I contenuti del sito sono tutti rilasciati con licenza <a href="https://creativecommons.org/licenses/by/3.0/it/" title="Creative Commons - Attiribuzione 3.0">CC BY 3.0</a></p>
|
||||
<p><a href="https://creativecommons.org/licenses/by/3.0/it/" title="Creative Commons - Attiribuzione 3.0"><img src="https://i0.wp.com/www.libreitalia.org/wp-content/uploads/2017/11/by.png?fit=249%2C87&ssl=1" alt="Creative Commons BY Logo" /></a></p>
|
||||
<p><a href="/license/" title="Licenze del sito"><img src="https://i0.wp.com/www.libreitalia.org/wp-content/uploads/2017/11/by.png?fit=249%2C87&ssl=1" alt="Creative Commons BY Logo" /></a></p>
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<div class="social">
|
||||
{% if SOCIAL %}
|
||||
|
||||
{% for name, link in SOCIAL %}
|
||||
<a href="{{ link }}" target="_blank"><i class="{{ name }}"></i></a>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue