mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
upgrade to Gatsby 0.11
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user