Skip to content

Commit

Permalink
Make twitter cards work
Browse files Browse the repository at this point in the history
  • Loading branch information
MKorostoff committed May 1, 2020
1 parent 53387b3 commit b965f2d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
<title>Wealth, shown to scale</title>
<meta name="description" content="Inequality in the United States is out of control. Here we visualize the issue in a unique way." />

<meta name="twitter:card" content="Wealth inequality in the United States is out of control. Here we visualize the issue in a unique way.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@mkorostoff">
<meta name="twitter:creator" content="@mkorostoff">
<meta name="twitter:title" content="Wealth, shown to scale">
<meta name="twitter:description" content="Inequality in the United States is out of control. Here we visualize the issue in a unique way.">
<meta name="twitter:image" content="https://mkorostoff.github.io/1-pixel-wealth/img/off-the-chart.png">

<meta property="og:title" content="Wealth, shown to scale" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Wealth inequality in the United States is out of control. Here we visualize the issue in a unique way." />

<meta name="twitter:image" content="https://mkorostoff.github.io/1-pixel-wealth/img/off-the-chart.png">
<meta property="og:image" content="https://mkorostoff.github.io/1-pixel-wealth/img/off-the-chart.png" />

<link rel="stylesheet" type="text/css" href="main.css?version=1.0">
Expand Down

0 comments on commit b965f2d

Please sign in to comment.