From 8b97c4ab49722c35f0595b92ec9424dc14f693f0 Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Sun, 26 Dec 2021 14:11:51 +1000 Subject: update logo and add config --- exampleSite/config.toml | 9 +++++++++ layouts/partials/hamburger.html | 2 +- layouts/partials/header.html | 4 ++-- layouts/partials/hero-image-fullscreen.html | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b170d24..d401f45 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,6 +12,15 @@ theme = "hugo-hero-theme" [params] google_analytics_id="" + [params.logo] + mobile = "images/logo-mobile.svg" + mobile_height = "36px" + mobile_width = "36px" + desktop = "images/logo.svg" + desktop_height = "29px" + desktop_width = "217px" + alt = "Hugo Hero" + [params.homepage_meta_tags] meta_description = "Hero is a multipurpose Hugo theme with fullscreen hero images and page sections. It contains content types for a business or portfolio site." meta_og_title = "Hugo Hero Theme" diff --git a/layouts/partials/hamburger.html b/layouts/partials/hamburger.html index a6d7de9..b0141ad 100644 --- a/layouts/partials/hamburger.html +++ b/layouts/partials/hamburger.html @@ -1,4 +1,4 @@ -