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: 1 addition & 1 deletion html.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +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" />
<link rel="icon" href={favicon} type="image/x-icon" />
Copy link
Member

Choose a reason for hiding this comment

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

That is exactly what I mean! Sorry, I made a typo yesterday
funny that it doesn't cause an error in console since you added favicon.ico to the project root

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks for figuring it out!

{css}
</head>
<body>
Expand Down