Skip to content

Commit bda9612

Browse files
committed
Large twitter card
1 parent 96fecbd commit bda9612

File tree

1 file changed

+2
-0
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+2
-0
lines changed

apps/components_guide_web/lib/components_guide_web/templates/layout/root.html.leex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
image_url = "https://postage-stamp.collected.workers.dev/1/poster?" <> URI.encode_query(stamp_query)
2828
%>
2929
<meta property="og:image" content="<%= image_url %>">
30+
<meta name="twitter:site" content="@ComponentsGuide">
31+
<meta name="twitter:card" content="summary_large_image">
3032

3133
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
3234

0 commit comments

Comments
 (0)