Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Add OG image and meta #42

Merged
merged 2 commits into from
Jul 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Victory</title>
<meta name="description" content="A collection of composable React components for building interactive data visualizations.">
<meta property="og:title" content="Victory" />
<meta property="og:site_name" content="Victory" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.formidable.com/open-source/victory/" />
<meta property="og:image" content="./static/og-image.png" />
<meta property="og:description" content="A collection of composable React components for building interactive data visualizations." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" href="./static/favicon.ico" type="image/x-icon">
<base href="/" />
Expand Down
Binary file added static/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Victory</title>
<meta name="description" content="A collection of composable React components for building interactive data visualizations.">
<meta property="og:title" content="Victory" />
<meta property="og:site_name" content="Victory" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.formidable.com/open-source/victory/" />
<meta property="og:image" content="./static/og-image.png" />
<meta property="og:description" content="A collection of composable React components for building interactive data visualizations." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" href="./static/favicon.ico" type="image/x-icon">
<base href="{{baseHref}}" />
Expand Down