diff --git a/2024/gulpfile.js b/2024/gulpfile.js index 8b058a2..0e32c61 100644 --- a/2024/gulpfile.js +++ b/2024/gulpfile.js @@ -47,7 +47,7 @@ function jsVendor() { function image() { - return src('src/img/**/*.+(png|jpg|jpeg|gif|svg|ico)') + return src('src/img/**/*.+(png|jpg|jpeg|gif|svg)') .pipe(dest('dist/img')); } diff --git a/2024/src/html/layouts/layout.html b/2024/src/html/layouts/layout.html index 22d54f6..386d1b2 100644 --- a/2024/src/html/layouts/layout.html +++ b/2024/src/html/layouts/layout.html @@ -9,7 +9,7 @@ {{ site_name }} - {{ page_name }} - +