diff --git a/assets/images/logo_small.png b/assets/images/logo_small.png new file mode 100644 index 0000000..7bb8c71 Binary files /dev/null and b/assets/images/logo_small.png differ diff --git a/config/_default/params.toml b/config/_default/params.toml index afe348e..734020a 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -2,7 +2,7 @@ # favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation favicon = "images/favicon.png" # logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation -logo = "images/logo_color.svg" # "images/logo.png" +logo = "images/logo_small.png" # "images/logo.png" # logo_darkmode = "images/logo-darkmode.png" # use `px` or `x` with logo_width, example: "100px". # Note: logo_width is not work with .svg file