From d35968bb69f9cb2abda9b1c646239c204ef3d611 Mon Sep 17 00:00:00 2001 From: Cole Bemis <colebemis@gmail.com> Date: Mon, 27 Feb 2017 17:58:28 -0800 Subject: [PATCH] Add meta tags for social media --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 82dbfd9..74abf20 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,11 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Feather</title> + <meta name="description" content="Simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity."> + <meta property="og:title" content="Feather"> + <meta property="og:type" content="website"> + <meta property="og:description" content="Simply beautiful open source icons"> + <meta name="twitter:card" content="summary"> <link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet"> <link rel="stylesheet" href="style.css"> </head> -- 2.21.0