Skip to content

Commit

Permalink
Change Twitter card content to "summary"
Browse files Browse the repository at this point in the history
  • Loading branch information
pfertyk committed Apr 1, 2024
1 parent dad94ab commit a6c4a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/templates/twitter_cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{- else }}
{{- $images := partial "partials/templates/_funcs/get-page-images" . -}}
{{- with index $images 0 -}}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="{{ .Permalink }}" />
{{- else -}}
<meta name="twitter:card" content="summary"/>
Expand Down

0 comments on commit a6c4a3c

Please sign in to comment.