import React from 'react' import DocumentTitle from 'react-document-title' import { prefixLink } from 'gatsby-helpers' import { GoogleFont, TypographyStyle } from 'typography-react' import typography from './utils/typography' const BUILD_TIME = new Date().getTime() module.exports = React.createClass({ displayName: 'HTML', propTypes: { body: React.PropTypes.string, }, render () { const { body } = this.props const title = DocumentTitle.rewind() let css if (process.env.NODE_ENV === 'production') { css =