diff --git a/gulpfile.js b/gulpfile.js index 71843677..cf701f7d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -740,10 +740,10 @@ gulp.task('templates:images', function() { return gulp.src([ 'templates/*/images/**/*' ]) - .pipe($.cache($.imagemin({ + .pipe($.imagemin({ progressive: true, interlaced: true - }))) + })) .pipe(gulp.dest('dist/templates')); }); diff --git a/templates/article/images/android-desktop.png b/templates/article/images/android-desktop.png new file mode 100644 index 00000000..72a7f12e Binary files /dev/null and b/templates/article/images/android-desktop.png differ diff --git a/templates/article/images/favicon.png b/templates/article/images/favicon.png new file mode 100644 index 00000000..6ebb8094 Binary files /dev/null and b/templates/article/images/favicon.png differ diff --git a/templates/article/images/ios-desktop.png b/templates/article/images/ios-desktop.png new file mode 100644 index 00000000..de5d8fa1 Binary files /dev/null and b/templates/article/images/ios-desktop.png differ diff --git a/templates/article/index.html b/templates/article/index.html index c39b5967..2850af2e 100644 --- a/templates/article/index.html +++ b/templates/article/index.html @@ -25,18 +25,20 @@ - + - + + + - + - + + + - + - + + + - + - + + +