Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
make twitter image large by default re #223
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Mar 23, 2020
1 parent c88c53c commit 9f4c59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/partials/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta property="og:site_name" content="<%= title %>">

<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="<%= title %>">
<meta name="twitter:description" content="<%= metaDescription %>">
<meta name="twitter:image" content="<%= metaImage2 %>">
Expand Down

0 comments on commit 9f4c59c

Please sign in to comment.