import React from 'react' import DocumentTitle from 'react-document-title' import { link } from 'gatsby-helpers' import { TypographyStyle } from 'utils/typography' export default class Html extends React.Component { render () { const { favicon, body } = this.props let title = DocumentTitle.rewind() if (this.props.title) { title = this.props.title } return ( {this.props.title}