diff --git a/config.toml b/config.toml index 4e1ec84..0d23ef4 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ googleAnalytics = "" font = "Raleway" # should match the name on Google Fonts! highlight = false copyright = "Contenu sous licence [CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/legalcode.txt)" - favicon = "https://www.freeiconspng.com/uploads/retrowave-sun-with-alpha-background-vaporwave-png-27.png" + favicon = "favicon.ico" [[menu.main]] url = "/" diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..29e9e39 Binary files /dev/null and b/static/favicon.ico differ