diff --git a/pelicanconf.py b/pelicanconf.py index 35ff1fd..27c0b22 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -60,12 +60,12 @@ PLUGINS = ['langmenu'] MD_EXTENSIONS = ['toc'] TALKS = { - u'1': { u'Speaker' : u'ciccio', - u'Title': u'quanto è bello l''ha''ing', - u'Abstract': u'dio \'ane quanto è bello l''asinello', - u'Room': u'Quella piccola', - u'Schedule': u'19:00 - 6:00', - u'Day':'Venerday', + u'1': { u'Speaker' : u'', + u'Title': u'', + u'Abstract': u'', + u'Room': u'', + u'Schedule': u'', + u'Day':'', } }