From fbbbfdbf2c2f8b1296991f9bfbb463643bed94ec Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Thu, 17 Mar 2022 15:15:54 +0100 Subject: [PATCH] [site/theme][s]: add footer with main links and social media links. --- site/components/Layout.js | 48 +++++++++++++++++++++++++++---------- site/config/siteConfig.js | 50 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 13 deletions(-) diff --git a/site/components/Layout.js b/site/components/Layout.js index 62a9a83..23825e2 100644 --- a/site/components/Layout.js +++ b/site/components/Layout.js @@ -4,6 +4,7 @@ import { NextSeo } from 'next-seo' import Nav from './Nav' import siteConfig from '../config/siteConfig' +import navLinks from '../config/navLinks.js' export default function Layout({ children, title='' }) { return ( @@ -24,19 +25,40 @@ export default function Layout({ children, title='' }) {
{children}
-