diff options
author | garhve <git@garhve.com> | 2023-01-02 06:04:36 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-01-02 06:04:36 +0800 |
commit | f90f454408a8752cfb3989c2eafc7c9f8586cb0e (patch) | |
tree | 1135fc6a021c8b9d4193b912a8d90bbcf1137d99 | |
parent | be772f40c42711de54a3331db2781b1511acba9d (diff) |
fix logo
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index cf2078a..07daa7d 100644 --- a/config.toml +++ b/config.toml @@ -61,7 +61,7 @@ author = "garhve" # Path to the header icon / favicon image. # Please save image to static/images -icon = "/images/logo.ico" +icon = "/images/logo.png" favicon = "/images/favicon.png" |