diff --git a/hugo.toml b/hugo.toml index 2dbd87b..e454293 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,9 @@ baseURL = 'https://m82-project.org' SectionPagesMenu = "main" defaultContentLanguage = "fr" theme = "gohugo-theme-ananke" -site_logo = "images/M82_N.jpg" + +[params] + favicon= "images/favicon.ico" [sitemap] changefreq = "monthly" diff --git a/static/images/favicon.ico b/static/images/favicon.ico new file mode 100644 index 0000000..882f1a6 Binary files /dev/null and b/static/images/favicon.ico differ