10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit 874ecaa7cf - Show all commits

View file

@ -70,7 +70,7 @@ const output = {
}; };
//Check for index file and deactivate demo content //Check for index file and deactivate demo content
if (fs.existsSync('source/screens/index.*')){ if (fs.existsSync('source/screens/index.njk')){
hippie.index = 'index.html'; hippie.index = 'index.html';
} }
if (fs.existsSync('source/templates/data.json')){ if (fs.existsSync('source/templates/data.json')){