Skip to content

Commit

Permalink
fix: correct the attribute for the Twitter social image (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfux authored and cotes2020 committed Mar 22, 2024
1 parent 0a6c1fb commit cfe44f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}

Expand Down

0 comments on commit cfe44f2

Please sign in to comment.