From dbd74391d2dda045900e5911e600d130aa7ab7d6 Mon Sep 17 00:00:00 2001 From: Jake Laderman Date: Mon, 28 Oct 2024 14:09:19 -0400 Subject: [PATCH] add heading and footer to landing page --- pages/about/[keyword].tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/about/[keyword].tsx b/pages/about/[keyword].tsx index 04753084..fa34a5aa 100644 --- a/pages/about/[keyword].tsx +++ b/pages/about/[keyword].tsx @@ -85,8 +85,7 @@ export const getStaticProps = async (context) => { { metaTitle: 'Plural', metaDescription: page.slug, - footerVariant: FooterVariant.none, - hideHeader: true, + footerVariant: FooterVariant.kitchenSink, components: page.components ?? [], }, {