Skip to content

Commit

Permalink
Allow Twitter:image to use the DefaultPageSocialImage
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Devereux committed Jun 15, 2022
1 parent 21a9e03 commit 536762d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/HeadTags.ss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<meta name="twitter:image" content="$PageSocialImage.AbsoluteURL">
<% else_if $DefaultPageSocialImage %>
<meta property="og:image" content="$DefaultPageSocialImage.AbsoluteURL">
<meta name="twitter:image" content="$DefaultPageSocialImage.AbsoluteURL">
<% end_if %>

<% if $SiteFacebookAppID %>
Expand Down

0 comments on commit 536762d

Please sign in to comment.