From 0e8ac470d44ad5d33c82cccd213302451a253023 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 7 Nov 2018 01:15:41 +0100 Subject: [PATCH] fix meta tags for pages --- src/components/Layout.jsx | 6 +++--- src/components/atoms/SEO.jsx | 6 ++++-- src/pages/404.jsx | 10 ++++++++-- src/pages/goodies.jsx | 17 ++++++++++++++--- src/pages/photos.jsx | 16 ++++++++++++++-- src/templates/Page.jsx | 21 ++++++++++++++------- src/templates/Post.jsx | 12 ++++++------ 7 files changed, 63 insertions(+), 25 deletions(-) diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 6268e387..db164578 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -1,4 +1,4 @@ -import React, { Fragment } from 'react' +import React from 'react' import PropTypes from 'prop-types' import Container from './atoms/Container' import Typekit from './atoms/Typekit' @@ -7,7 +7,7 @@ import Footer from './organisms/Footer' import styles from './Layout.module.scss' const Layout = ({ children }) => ( - + <>
@@ -18,7 +18,7 @@ const Layout = ({ children }) => (