site: fix share image in articles
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user