mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00
site: fix share image in articles
This commit is contained in:
parent
a1ce3b9c69
commit
355a3c429c
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue