From bf44582795ac2ec80400394ed97cd4db8009fb61 Mon Sep 17 00:00:00 2001 From: Jean-BaptisteC Date: Fri, 26 Apr 2024 19:26:35 +0200 Subject: [PATCH] Fix icon --- 2024/gulpfile.js | 2 +- 2024/src/html/layouts/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }} - +