diff --git a/config.toml b/config.toml index 17ad8b1..b43dad1 100644 --- a/config.toml +++ b/config.toml @@ -27,7 +27,7 @@ paginate = 5 centerTheme = true # set a custom favicon (default is a `themeColor` square) - favicon = "img/favicon.ico" + favicon = "icon/favicon.ico" # set post to show the last updated # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated diff --git a/static/img/favicon.ico b/static/icon/favicon.ico similarity index 100% rename from static/img/favicon.ico rename to static/icon/favicon.ico