Skip to content

Commit

Permalink
Add meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Mar 3, 2017
1 parent 7509a09 commit 94ed150
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,27 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Color Schemer | Built with 💅 styled-components and ✨ polished</title>
<meta name="description" content="Because one can never have enough color." />

<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@mxstbr">
<meta name="twitter:title" content="Color Schemer | Built with 💅 styled-components and ✨ polished">
<meta name="twitter:description" content="Because one can never have enough color.">
<meta name="twitter:creator" content="@mxstbr">
<meta name="twitter:image" content="%PUBLIC_URL%/meta.png">

<!-- Open Graph data -->
<meta property="og:title" content="Color Schemer | Built with 💅 styled-components and ✨ polished" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://styled-components.com/color-schemer/" />
<meta property="og:image" content="%PUBLIC_URL%/meta.png" />
<meta property="og:description" content="Because one can never have enough color." />
<meta property="og:site_name" content="Color Schemer" />
</head>
<body>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
</body>
</html>
Binary file added public/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94ed150

Please sign in to comment.