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

Fix.

parent 77c04fd9
Branches
No related tags found
No related merge requests found
......@@ -20,11 +20,14 @@
"width": 60,
"height": 60
}
},
}
{% if include.post.image %}
,
"image": {
"@type": "ImageObject",
"url": "{{ site.logo | prepend: site.baseurl | prepend: site.url }}",
"height": 60,
"width": 60
"url": "{{ include.post.image | prepend: '/assets/images/posts/' | prepend: site.baseurl | prepend: site.url }}",
"height": 400,
"width": 700
}
{% endif %}
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
<body>
{% include amp/amp_analytics.html %}
{% include amp/amp_header.html %}
{% include amp/amp_header.html post=page %}
<main class="content" role="main">
<article class="post">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment