diff --git a/package.json b/package.json index 4323306..af0c06f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "deploy": "./deploy.sh" }, "dependencies": { - "gatsby": "^1.9.253", + "gatsby": "^1.9.254", "gatsby-link": "^1.6.41", "gatsby-plugin-google-analytics": "^1.0.31", "gatsby-plugin-react-helmet": "^2.0.11", @@ -21,7 +21,7 @@ "gatsby-plugin-remove-trailing-slashes": "^1.0.9", "gatsby-plugin-sass": "^1.0.26", "gatsby-plugin-svgr": "^1.0.0", - "gatsby-source-filesystem": "^1.5.33", + "gatsby-source-filesystem": "^1.5.34", "gatsby-transformer-json": "^1.0.16", "react-helmet": "^5.2.0", "react-markdown": "^3.3.0", diff --git a/src/layouts/index.js b/src/layouts/index.js index d0f480f..41f9919 100644 --- a/src/layouts/index.js +++ b/src/layouts/index.js @@ -28,16 +28,18 @@ const TemplateWrapper = ({ data, location, children }) => {
- - - - {children()} - - - +
+ + + + {children()} + + + +