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 (