Skip to content

Commit

Permalink
additional of twitter card
Browse files Browse the repository at this point in the history
I just added twitter card to our website to enable first time visitors see our tweets.
  • Loading branch information
samswag authored Nov 20, 2016
1 parent baf4527 commit 8d5c786
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/favicon_06.png" />
<title>{{ page.title }}</title>

<!-- twitter card -->
<meta property="twitter:site:id" content="4407425723" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@sugar_labs">
<meta name="twitter:title" content="Sugarlabs">
</head>
<body {{ page.bodyExt }}>
{{ content }}
Expand Down

0 comments on commit 8d5c786

Please sign in to comment.