diff --git a/src/fadeit/full-mail.html b/src/fadeit/full-mail.html index 9336f97..cacb084 100644 --- a/src/fadeit/full-mail.html +++ b/src/fadeit/full-mail.html @@ -1,63 +1,62 @@ - - - - + - - - - - - - + +
- -
- -
+ + + + + + - - + + - - - - -
+ +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + diff --git a/src/fadeit/head.html b/src/fadeit/head.html new file mode 100644 index 0000000..1bc89b0 --- /dev/null +++ b/src/fadeit/head.html @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/fadeit/signature-reply.html b/src/fadeit/signature-reply.html index dfb9bf4..1bcb26c 100644 --- a/src/fadeit/signature-reply.html +++ b/src/fadeit/signature-reply.html @@ -1,24 +1,23 @@ - - + - + +
+ + -
-
- - - - - - -
\ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/fadeit/signature.html b/src/fadeit/signature.html index c192e6a..532e5a1 100644 --- a/src/fadeit/signature.html +++ b/src/fadeit/signature.html @@ -1,52 +1,51 @@ - - + - + +
+ + + -
- -
- - - - - - -
+ + + +
+ + + + + + + + + + + + + + + + + + diff --git a/tasks/build.js b/tasks/build.js index f29fa67..7e73f3e 100644 --- a/tasks/build.js +++ b/tasks/build.js @@ -8,7 +8,7 @@ var gulp = require('gulp'), function buildTask(options){ gulp.task('build', function() { - gulp.src('./src/**/*.html') + gulp.src(['./src/**/*.html', '!./src/**/head.html']) .pipe(preprocess({ context: { signature: 'Med venlig hilsen / best regards,',