Aggiustamenti alle pagine, pronta per il go-live.
This commit is contained in:
parent
464c0bac4f
commit
6018e07841
9 changed files with 116 additions and 27 deletions
|
@ -30,10 +30,10 @@ PAGE_URL = '{slug}/'
|
|||
PAGE_SAVE_AS = '{slug}/index.html'
|
||||
|
||||
MENUITEMS = (
|
||||
("2020", "/2020"),
|
||||
("Programma", "/2020/programma"),
|
||||
("Live", "/live"),
|
||||
("Chill Room", "https://open.meet.garr.it/libreitaliaconf-chillroom"),
|
||||
("2020", "/2020", False),
|
||||
("Programma", "/2020/programma", 1),
|
||||
("<span class='liveactive'>Live</span>", "/live", 1),
|
||||
("Chill Room", "https://open.meet.garr.it/libreitaliaconf-chillroom", 1),
|
||||
)
|
||||
|
||||
PARTNERS = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue