From d054640701c48b55b1fe6109f09296753efa9131 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 13 Sep 2021 00:16:49 +0100 Subject: [PATCH] fix: SVG header logo missing size (Lighthouse fix) Part 2/2. See unresolved Hugo issue: gohugoio/hugo#3700 Workaround is to manually define SVG size: site.Params.header.image.width site.Params.header.image.height --- wowchemy/layouts/partials/navbar.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wowchemy/layouts/partials/navbar.html b/wowchemy/layouts/partials/navbar.html index 3e7243e61..453f9bc88 100644 --- a/wowchemy/layouts/partials/navbar.html +++ b/wowchemy/layouts/partials/navbar.html @@ -41,7 +41,9 @@