Adds TALKS conf variable
This commit is contained in:
parent
f52d22f92e
commit
d572e044f1
1 changed files with 9 additions and 0 deletions
|
@ -58,3 +58,12 @@ PLUGIN_PATHS = ['plugins']
|
||||||
PLUGINS = ['langmenu']
|
PLUGINS = ['langmenu']
|
||||||
|
|
||||||
MD_EXTENSIONS = ['toc']
|
MD_EXTENSIONS = ['toc']
|
||||||
|
|
||||||
|
TALKS = {
|
||||||
|
1: { 'Relat@' : 'ciccio',
|
||||||
|
'Titolo': 'quanto è bello l''ha''ing',
|
||||||
|
'Abstract': 'dio ''ane quanto è bello l''asinello',
|
||||||
|
'Stanza': 'Quella piccola',
|
||||||
|
'Orario': '19:00 - 6:00',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue