diff --git a/html.js b/html.js index d68260b..fbef134 100644 --- a/html.js +++ b/html.js @@ -11,7 +11,7 @@ module.exports = React.createClass({ }, render() { const {body, route} = this.props - const head = Helmet.rewind() + const {title} = Helmet.rewind() const font = let css if (process.env.NODE_ENV === 'production') { @@ -24,9 +24,7 @@ module.exports = React.createClass({ -