Added generation date in web files footer.

This commit is contained in:
David Soulayrol 2023-08-24 20:38:06 +02:00
commit 368b476030
3 changed files with 5 additions and 4 deletions

View file

@ -22,6 +22,7 @@ module.exports = new Metalsmith(config.paths.projectRoot)
},
remove_diatrics: function (e) { return slug(e, { mode: 'rfc3986' }) },
site: {
generated: new Date(),
title: 'David Soulayrol'
}
})