We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7041f commit ef9ac51Copy full SHA for ef9ac51
layouts/partials/microformats/schema.html
@@ -60,7 +60,7 @@
60
"url": {{ .Site.Home.Permalink }},
61
"logo": {
62
"@type": "ImageObject",
63
- "url": {{ (default "brand.svg" .Site.Params.logo) | absURL }},
+ "url": {{ (default "brand.svg" .Site.Params.geekdocLogo) | absURL }},
64
"width":"32",
65
"height":"32"
66
}
0 commit comments