Oops, fix og:image URL
This commit is contained in:
parent
bf0dbcfd37
commit
5befaaab7a
|
@ -30,8 +30,8 @@
|
|||
|
||||
{%comment%}<!-- image -->{%endcomment%}
|
||||
{% if site.data.assets.preview_host %}
|
||||
<meta content='{{ site.data.assets.preview_host }}{{ page.url | remove: '.html' }}?t={{ timestamp }}' property='og:image'>
|
||||
<meta content='{{ site.data.assets.preview_host }}{{ page.url | remove: '.html' }}?t={{ timestamp }}' property='twitter:image'>
|
||||
<meta content='{{ site.data.assets.preview_host }}{{ page.url | remove: '.html' }}.jpg?t={{ timestamp }}' property='og:image'>
|
||||
<meta content='{{ site.data.assets.preview_host }}{{ page.url | remove: '.html' }}.jpg?t={{ timestamp }}' property='twitter:image'>
|
||||
<meta content='900' property='og:image:width'>
|
||||
<meta content='471' property='og:image:height'>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue