diff --git a/assets/img/square-logo-dark.png b/assets/img/square-logo-dark.png new file mode 100644 index 0000000..6da051b Binary files /dev/null and b/assets/img/square-logo-dark.png differ diff --git a/assets/img/square-logo.png b/assets/img/square-logo.png new file mode 100644 index 0000000..ab5f007 Binary files /dev/null and b/assets/img/square-logo.png differ diff --git a/config/_default/params.toml b/config/_default/params.toml index 04e994d..3c221f4 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -20,9 +20,9 @@ fingerprintAlgorithm = "sha256" [header] layout = "hybrid" # valid options: basic, hamburger, hybrid, custom - # logo = "img/logo.jpg" - # logoDark = "img/dark-logo.jpg" - showTitle = true + logo = "img/square-logo-dark.png" # Bug: theme improperly handling logo versions of light/dark + logoDark = "img/square-logo.png" # Dark mode logo swapped for rendering bug workaround + showTitle = false # Disable title as logo is now displayed [footer] showCopyright = true