Skip to content

Commit

Permalink
Add more card meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
antimundo committed Apr 30, 2024
1 parent bc1b713 commit 7e16ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<meta property="og:image" content="{{ page.teaser }}"/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630"/>
<meta name="twitter:image" content="{{ page.teaser }}"/>
<meta name="twitter:card" content="summary_large_image">
{% endif %}
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="Nokorpo" />
Expand Down

0 comments on commit 7e16ba1

Please sign in to comment.