Skip to content

Commit 0234865

Browse files
authored
Replace thumbnailUrl with logo for json schema (#1488)
thumbnailUrl is not part of Organization: https://schema.org/Organization
1 parent 1ace39a commit 0234865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/templates/schema_json.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": {{ site.Title }},
77
"url": {{ site.Home.Permalink }},
88
"description": {{ site.Params.description | plainify | truncate 180 | safeHTML }},
9-
"thumbnailUrl": {{ site.Params.assets.favicon | default "favicon.ico" | absURL }},
9+
"logo": {{ site.Params.assets.favicon | default "favicon.ico" | absURL }},
1010
"sameAs": [
1111
{{- if site.Params.schema.sameAs }}
1212
{{ range $i, $e := site.Params.schema.sameAs }}{{ if $i }}, {{ end }}{{ trim $e " " }}{{ end }}

0 commit comments

Comments
 (0)