Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

New, static site starting from Gatsby starter kit #14

Merged
merged 15 commits into from
May 3, 2017
2 changes: 2 additions & 0 deletions html.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import DocumentTitle from 'react-document-title'
import { prefixLink } from 'gatsby-helpers'
import typography from './utils/typography'
import { colors } from 'utils/colors'
import favicon from './design/homepage/storybook-icon.png'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@usulpro seems unused?


const BUILD_TIME = new Date().getTime()

Expand All @@ -27,6 +28,7 @@ class HTML extends Component {
content="width=device-width, initial-scale=1.0"
/>
<title>{title}</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
{css}
</head>
<body>
Expand Down