site: fix share image in articles

This commit is contained in:
Evgeny Poberezkin 2022-11-08 18:41:00 +00:00
parent a1ce3b9c69
commit 355a3c429c

View file

@ -11,7 +11,7 @@
<meta property="og:title" content="{{ title }}" />
<meta property="og:url" content="{{ permalink }}" />
{% if image %}
<meta property="og:image" content="./images/20220511-images-files.png" />
<meta property="og:image" content="{{ image }}" />
{% else %}
<meta property="og:image" content="https://simplex.chat/img/share_simplex.png" />
{% endif %}