Merge branch 'master' of gitlab.com:wolutator/homepage

This commit is contained in:
2019-01-03 19:23:36 +01:00
34 changed files with 737 additions and 49 deletions

View File

@ -46,6 +46,7 @@ let cache: any = {}
app.engine('pag', (filePath: string, options: any, callback: any) => {
// logger.info(JSON.stringify(options))
if (! (filePath in cache)) {
logger.info(`${filePath} not yet in cache`)
@ -122,3 +123,4 @@ app.listen(config.dict.httpPort, () => {
})
logger.info("Homepage running")