Skip to content

Commit

Permalink
Include svg favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Oct 24, 2023
1 parent 7a71166 commit 2f26b46
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("css");
eleventyConfig.addPassthroughCopy(".htaccess");
eleventyConfig.addPassthroughCopy("favicon.ico");

eleventyConfig.addPassthroughCopy("favicon.svg");

// Ignore files
eleventyConfig.ignores.add("README.md");
};
};
1 change: 1 addition & 0 deletions _includes/base.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ latest_ver: 4.6.0

<title>qBittorrent Official Website</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" sizes="16x16 32x32 64x64">
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">

<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
Expand Down
1 change: 1 addition & 0 deletions _site/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<title>qBittorrent Official Website</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" sizes="16x16 32x32 64x64">
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">

<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
Expand Down
1 change: 1 addition & 0 deletions _site/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<title>qBittorrent Official Website</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" sizes="16x16 32x32 64x64">
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">

<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
Expand Down
1 change: 1 addition & 0 deletions _site/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<title>qBittorrent Official Website</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" sizes="16x16 32x32 64x64">
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">

<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
Expand Down
1 change: 1 addition & 0 deletions _site/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<title>qBittorrent Official Website</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" sizes="16x16 32x32 64x64">
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">

<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
Expand Down
1 change: 1 addition & 0 deletions _site/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<title>qBittorrent Official Website</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" sizes="16x16 32x32 64x64">
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">

<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
Expand Down
1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f26b46

Please sign in to comment.