From 6cf90512e9e2fd69abb655cb52b2e075eabcedaf Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Tue, 13 Nov 2018 23:58:46 -0800 Subject: [PATCH] Document that logo should be square dimensions --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 920edcb..22dbfb9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -16,7 +16,7 @@ pygmentsCodefencesGuessSyntax = true [Params] # homeTitle = "Beautiful Hugo Theme" # Set a different text for the header on the home page subtitle = "Build a beautiful and simple website in minutes" - logo = "img/avatar-icon.png" + logo = "img/avatar-icon.png" # Expecting square dimensions favicon = "img/favicon.ico" dateFormat = "January 2, 2006" commit = false