fix: use site param geekdocLogo in microformats (#1002)

This commit is contained in:
Robert Kaussow 2025-03-19 23:56:20 +01:00 committed by GitHub
parent dc7041f323
commit ef9ac519ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}