Add twitter/facebook card metadata back to share page
This commit is contained in:
parent
2a8a1669ee
commit
1448b8d1f0
2 changed files with 5 additions and 3 deletions
|
@ -20,7 +20,7 @@ var App = React.createClass({
|
|||
|
||||
return (
|
||||
<html>
|
||||
<Head />
|
||||
<Head {...this.props} />
|
||||
<body className="home">
|
||||
<RouteHandler {...this.props} />
|
||||
<GAInitiailizer />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue