diff --git a/src/components/layout.js b/src/components/layout.js
index 5bdb8446..693aef4b 100644
--- a/src/components/layout.js
+++ b/src/components/layout.js
@@ -5,6 +5,7 @@ import Footer from "./Footer/Footer"
import ScriptTag from "react-script-tag"
import useGlobalConfig from "../hooks/useGlobalConfig"
import ThemeProvider from "../context/themeContext"
+import { Helmet } from 'react-helmet';
import BannerRedirect from "./BannerRedirect/BannerRedirect"
const Layout = ({ children, options = {}, location }) => {
@@ -44,6 +45,35 @@ const Layout = ({ children, options = {}, location }) => {
{scripts}
{options.hasHeader && }
+
+
+
+
{children}
{options.hasFooter && }
{/*© {new Date().getFullYear()}, Built with*/}