Added generation date in web files footer.
This commit is contained in:
parent
caf111e657
commit
368b476030
3 changed files with 5 additions and 4 deletions
|
|
@ -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'
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue