1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

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

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 -%}