Skip to content
Snippets Groups Projects
Commit c6526bc2 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix metadata.

parent b9f6a015
Branches
No related tags found
No related merge requests found
......@@ -17,14 +17,14 @@
"logo": {
"@type": "ImageObject",
"url": "{{ site.logo | prepend: site.baseurl | prepend: site.url }}",
"width": "60",
"height": "60"
"width": 250,
"height": 250
}
},
"image": {
"@type": "ImageObject",
"url": "{{ site.logo | prepend: site.baseurl | prepend: site.url }}",
"height": "60",
"width": "60"
"height": 250,
"width": 250
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment