Suppression ligne en commentaire
This commit is contained in:
parent
eae8feb1cb
commit
350799f177
@ -830,7 +830,6 @@ const creaNewQuestionnairesHTML = async (Questionnaires) =>
|
|||||||
await toolFile.createHTML(configQuestionnaires.dirHTMLNews, "index", html);
|
await toolFile.createHTML(configQuestionnaires.dirHTMLNews, "index", html);
|
||||||
// + le flux ATOM
|
// + le flux ATOM
|
||||||
compiledFunction=pug.compileFile("./views/"+config.theme+"/atom.pug");
|
compiledFunction=pug.compileFile("./views/"+config.theme+"/atom.pug");
|
||||||
//console.log(pageDatas.questionnaires);
|
|
||||||
const xml=await compiledFunction(pageDatas);
|
const xml=await compiledFunction(pageDatas);
|
||||||
await toolFile.createXML(config.dirHTML, "atom", xml);
|
await toolFile.createXML(config.dirHTML, "atom", xml);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user