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 }},
|
"url": {{ .Site.Home.Permalink }},
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": {{ (default "brand.svg" .Site.Params.logo) | absURL }},
|
"url": {{ (default "brand.svg" .Site.Params.geekdocLogo) | absURL }},
|
||||||
"width":"32",
|
"width":"32",
|
||||||
"height":"32"
|
"height":"32"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue