From 28b2a2eff895809dd18ec1896469afc9e4b0714f Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 25 Mar 2021 21:32:39 -0500 Subject: [PATCH] Rename favicon directory from img to icon --- config.toml | 2 +- static/{img => icon}/favicon.ico | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{img => icon}/favicon.ico (100%) 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