Add twitter/facebook card metadata back to share page

This commit is contained in:
Jonathan Cremin 2015-01-11 18:48:22 +00:00
parent 2a8a1669ee
commit 1448b8d1f0
2 changed files with 5 additions and 3 deletions

View file

@ -20,7 +20,7 @@ var App = React.createClass({
return (
<html>
<Head />
<Head {...this.props} />
<body className="home">
<RouteHandler {...this.props} />
<GAInitiailizer />