Skip to content

Commit

Permalink
Testing this syntax for the og:image
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbobel committed Jun 19, 2024
1 parent 3589c44 commit daeee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/components/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<meta content="article" property="og:type">
<meta content="summary_large_image" name="twitter:card">
<meta content="{{ og_image ? og_image : '/10x_og_image.png' | url }}" property="og:image">
<meta content="{{ page.og_image | default: '/10x_og_image.png' | url }}" property="og:image">
<meta content="{{ '/10x_og_image.png' | url }}" name="twitter:image">
<meta content="10x is the federal government's very own venture studio" property="og:image:alt">

Expand Down

0 comments on commit daeee9b

Please sign in to comment.