From 0d5ae7a7eba15140e0c73cd7b21825510b1116cd Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Mon, 31 Oct 2022 22:48:28 +0100 Subject: [PATCH] Aggiunta sito 2022. Correzione partners. --- content/pages/2021/index.md | 1 - pelicanconf.py | 3 ++- themes/pelican-blue/templates/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/pages/2021/index.md b/content/pages/2021/index.md index a95269e..afec66b 100644 --- a/content/pages/2021/index.md +++ b/content/pages/2021/index.md @@ -1,6 +1,5 @@ Title: Ottava Conferenza Italiana - LibreItalia - 2021 Slug: 2021 -Alias: / diff --git a/pelicanconf.py b/pelicanconf.py index 4f88dbf..5793db4 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -32,7 +32,8 @@ PAGE_SAVE_AS = '{slug}/index.html' MENUITEMS = ( ("2020", "/2020", False), ("2021", "/2021", False), - ("Programma", "/2021/programma", False), + ("2022", "/2022", False), + ("Programma", "/2022/programma", False), #("%nbsp;", "/live", 1), #("Chill Room", "https://open.meet.garr.it/libreitaliaconf-chillroom", 1), ) diff --git a/themes/pelican-blue/templates/base.html b/themes/pelican-blue/templates/base.html index 3c47851..8c0c6cc 100644 --- a/themes/pelican-blue/templates/base.html +++ b/themes/pelican-blue/templates/base.html @@ -132,7 +132,7 @@ {% endif %} - {% include "partners.html" %} + {% include "social.html" %} {% include "license.html" %}