diff --git a/config.toml b/config.toml index 8a22bf2..e9c795f 100644 --- a/config.toml +++ b/config.toml @@ -28,7 +28,7 @@ enableGitInfo = true centerTheme = true # set a custom favicon (default is a `themeColor` square) - favicon = "icon/favicon.ico" + favicon = "img/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/apple-touch-icon-192x192.png b/static/img/apple-touch-icon-192x192.png new file mode 100644 index 0000000..94f5201 Binary files /dev/null and b/static/img/apple-touch-icon-192x192.png differ diff --git a/static/icon/favicon.ico b/static/img/favicon.ico similarity index 100% rename from static/icon/favicon.ico rename to static/img/favicon.ico