Skip to content

Commit ef9ac51

Browse files
authored
fix: use site param geekdocLogo in microformats (#1002)
1 parent dc7041f commit ef9ac51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/microformats/schema.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"url": {{ .Site.Home.Permalink }},
6161
"logo": {
6262
"@type": "ImageObject",
63-
"url": {{ (default "brand.svg" .Site.Params.logo) | absURL }},
63+
"url": {{ (default "brand.svg" .Site.Params.geekdocLogo) | absURL }},
6464
"width":"32",
6565
"height":"32"
6666
}

0 commit comments

Comments
 (0)