diff --git a/.eleventy.js b/.eleventy.js index 6154aa1..8f8c0ac 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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"); -}; \ No newline at end of file +}; diff --git a/_includes/base.liquid b/_includes/base.liquid index 0fec026..cae74d1 100644 --- a/_includes/base.liquid +++ b/_includes/base.liquid @@ -14,6 +14,7 @@ latest_ver: 4.6.0 qBittorrent Official Website + diff --git a/_site/donate.html b/_site/donate.html index 41ffd08..7b37c57 100644 --- a/_site/donate.html +++ b/_site/donate.html @@ -11,6 +11,7 @@ qBittorrent Official Website + diff --git a/_site/download.html b/_site/download.html index 6fb1e9a..2688b8b 100644 --- a/_site/download.html +++ b/_site/download.html @@ -11,6 +11,7 @@ qBittorrent Official Website + diff --git a/_site/favicon.svg b/_site/favicon.svg new file mode 100644 index 0000000..bb1249e --- /dev/null +++ b/_site/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_site/index.html b/_site/index.html index 104c2e1..0c10723 100644 --- a/_site/index.html +++ b/_site/index.html @@ -11,6 +11,7 @@ qBittorrent Official Website + diff --git a/_site/news.html b/_site/news.html index e19509d..1158ee0 100644 --- a/_site/news.html +++ b/_site/news.html @@ -11,6 +11,7 @@ qBittorrent Official Website + diff --git a/_site/team.html b/_site/team.html index 4a04098..d64a975 100644 --- a/_site/team.html +++ b/_site/team.html @@ -11,6 +11,7 @@ qBittorrent Official Website + diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..bb1249e --- /dev/null +++ b/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file