upgrade to Gatsby 0.11

This commit is contained in:
wpioneer
2016-06-03 02:32:38 +03:00
parent b00aff65ad
commit 05ee70daab
59 changed files with 795 additions and 699 deletions

View File

@@ -8,8 +8,8 @@ class MarkdownWrapper extends React.Component {
render() {
const {route} = this.props
const post = route.page.data
let layout, template
layout = post.layout
if (layout != 'page') {