fix: use site param geekdocLogo in microformats (#1002)
This commit is contained in:
parent
dc7041f323
commit
ef9ac519ec
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue