From 893246dfc03b0d4b69b62a584c174ddf1f658b9d Mon Sep 17 00:00:00 2001 From: Tben <52448020+BenjaminToby@users.noreply.github.com> Date: Fri, 11 Mar 2022 13:19:52 +0100 Subject: [PATCH] updates --- layouts/general_layout/GeneralLayout.jsx | 8 +++++++- pages/about.jsx | 2 +- pages/index.jsx | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/layouts/general_layout/GeneralLayout.jsx b/layouts/general_layout/GeneralLayout.jsx index ac9b12c..e52c914 100644 --- a/layouts/general_layout/GeneralLayout.jsx +++ b/layouts/general_layout/GeneralLayout.jsx @@ -1,11 +1,17 @@ import React, { Fragment } from 'react'; import GeneralHeader from './GeneralHeader'; +import Head from "next/head" const GeneralLayout = ({ children }) => { return ( + + + - { children } +
+ { children } +
) } diff --git a/pages/about.jsx b/pages/about.jsx index c5fcff1..f843a21 100644 --- a/pages/about.jsx +++ b/pages/about.jsx @@ -33,7 +33,7 @@ const about = () => {
  • - +
  • diff --git a/pages/index.jsx b/pages/index.jsx index 4d67871..68124f4 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -11,8 +11,8 @@ const index = () => { return ( - Benjamin Toby - + Benjamin Toby | Fullstack developer, UI UX designer +