diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4ca62aa..902104f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -80,6 +80,8 @@ disableHugoGeneratorInject = false [params.logo] logoText = "$ cd /home/" logoHomeLink = "/" + # Set to a valid CSS color to change the cursor in the logo. + # logoColor = "#67a2c9" # Social icons [[params.social]] diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index 16041d7..685a84e 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -5,7 +5,7 @@ {{ else }} > {{ with .Site.Params.Logo.logoText }}{{ . }}{{ else }}hello{{ end }} - + {{ end }}