diff --git a/gulpfile.js b/gulpfile.js index 6996197..deb96fe 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,6 +44,7 @@ gulp.task('markup', ['compass'], function() { return gulp.src(config.globs.html, { base: './src' }) .pipe(errorHandler()) .pipe(wrap({ src: config.templateFile }, { + date: new Date().toISOString(), title: function() { var root = path.join(this.file.cwd, this.file.base), file = path.relative(root, this.file.history[0]); diff --git a/template.html b/template.html index 115c066..e32c490 100644 --- a/template.html +++ b/template.html @@ -13,6 +13,7 @@ +