From ef9ac519ec4d7765db7c6e17142341dcc1bc6964 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 19 Mar 2025 23:56:20 +0100 Subject: [PATCH] fix: use site param geekdocLogo in microformats (#1002) --- layouts/partials/microformats/schema.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/microformats/schema.html b/layouts/partials/microformats/schema.html index 4204b0d..3fe09bd 100644 --- a/layouts/partials/microformats/schema.html +++ b/layouts/partials/microformats/schema.html @@ -60,7 +60,7 @@ "url": {{ .Site.Home.Permalink }}, "logo": { "@type": "ImageObject", - "url": {{ (default "brand.svg" .Site.Params.logo) | absURL }}, + "url": {{ (default "brand.svg" .Site.Params.geekdocLogo) | absURL }}, "width":"32", "height":"32" }