fix: correct the attribute for the Twitter social image (#1615)

This commit is contained in:
Alexander Fuks 2024-03-22 22:56:19 +04:00 committed by Cotes Chung
parent 0a6c1fb251
commit cfe44f204b
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
{%- endcapture -%}
{%- capture twitter_image -%}
<meta property="twitter:card" content="summary_large_image" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image" content="{{ img_url }}" />
{%- endcapture -%}