Skip to content

Commit

Permalink
Merge pull request #181 from Jean-BaptisteC/icon
Browse files Browse the repository at this point in the history
Fix icon
  • Loading branch information
bristow authored Apr 26, 2024
2 parents ff45df9 + bf44582 commit 4431beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}

Expand Down
2 changes: 1 addition & 1 deletion 2024/src/html/layouts/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{{ site_name }} - {{ page_name }}</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<link rel="icon" type="image/x-icon" href="img/osm.svg">
<meta name="keywords" content="{{ SEO_keywords }}">
<meta name="description" content="{{ SEO_description }}">
<meta name="og:title" content="{{ site_name }} - {{ page_name }}">
Expand Down

0 comments on commit 4431beb

Please sign in to comment.