From f9a05674b52fbcfc71cf997d9c93c7dc21795163 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 24 Apr 2018 22:56:19 +0200 Subject: [PATCH] markup tweaks --- package.json | 4 ++-- src/layouts/index.js | 22 ++++++++++++---------- src/pages/404.js | 4 +--- src/pages/index.js | 4 +--- src/templates/Project.js | 6 +++--- 5 files changed, 19 insertions(+), 21 deletions(-) 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()} + + + +