fix space in og image link
This commit is contained in:
parent
c0b7875dae
commit
a67f846b73
1 changed files with 1 additions and 2 deletions
|
|
@ -38,8 +38,7 @@
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="{{ meta.url }}
|
content="{{ meta.url }}{% if (layout == 'post') %}/assets/images/social-preview/{{
|
||||||
{% if (layout == 'post') %}/assets/images/social-preview/{{
|
|
||||||
title | slugify
|
title | slugify
|
||||||
}}-preview.jpeg
|
}}-preview.jpeg
|
||||||
{% else %}{{ meta.meta_data.opengraph_default }}
|
{% else %}{{ meta.meta_data.opengraph_default }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue