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