diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4c768a9..3098ab5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -34,4 +34,8 @@ pygmentsUseClasses = true meta_og_description = "Hugo Whisper is a documentation theme built with Hugo." meta_twitter_card = "summary" meta_twitter_site = "@zerostaticio" - meta_twitter_creator = "@zerostaticio" \ No newline at end of file + meta_twitter_creator = "@zerostaticio" + + [params.logo] + mobile = "/images/logo-mobile.svg" + standard = "/images/logo.svg" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 160c766..5f2c1f3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,12 +1,12 @@
- Logo + Logo
{{ partial "main-menu.html" . }} {{ partial "hamburger.html" . }}
-
\ No newline at end of file +