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 +