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

This commit is contained in:
Alexander Fuks
2024-03-23 02:59:43 +08:00
committed by Cotes Chung
parent 0a6c1fb251
commit cfe44f204b
+1 -1
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 -%}