Aggiunta sito 2022. Correzione partners.

This commit is contained in:
Emiliano Vavassori 2022-10-31 22:48:28 +01:00
parent 2ab0588fc7
commit 0d5ae7a7eb
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,5 @@
Title: Ottava Conferenza Italiana - LibreItalia - 2021 Title: Ottava Conferenza Italiana - LibreItalia - 2021
Slug: 2021 Slug: 2021
Alias: /
<script type="text/javascript"> $( "#nav_2021" ).addClass('active'); </script> <script type="text/javascript"> $( "#nav_2021" ).addClass('active'); </script>

View File

@ -32,7 +32,8 @@ PAGE_SAVE_AS = '{slug}/index.html'
MENUITEMS = ( MENUITEMS = (
("2020", "/2020", False), ("2020", "/2020", False),
("2021", "/2021", False), ("2021", "/2021", False),
("Programma", "/2021/programma", False), ("2022", "/2022", False),
("Programma", "/2022/programma", False),
#("<span class='liveactive'>%nbsp;</span>", "/live", 1), #("<span class='liveactive'>%nbsp;</span>", "/live", 1),
#("Chill Room", "https://open.meet.garr.it/libreitaliaconf-chillroom", 1), #("Chill Room", "https://open.meet.garr.it/libreitaliaconf-chillroom", 1),
) )

View File

@ -132,7 +132,7 @@
</div> </div>
{% endif %} {% endif %}
{% include "partners.html" %} <!--{% include "partners.html" %}-->
{% include "social.html" %} {% include "social.html" %}
{% include "license.html" %} {% include "license.html" %}
</aside> </aside>