logo

1-pixel-wealth

Source code for <https://mkorostoff.github.io/1-pixel-wealth/>: Wealth shown to scale
commit: b965f2d9cf39db03a885717e1c5d8a17cee5eb5e
parent 53387b3d1b7073ea9344d86536129dd337d678e7
Author: Matt Korostoff <MKorostoff@gmail.com>
Date:   Thu, 30 Apr 2020 23:24:10 -0400

Make twitter cards work

Diffstat:

Mindex.html8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html @@ -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">