diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6108d2f..bc9b572 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -322,7 +322,7 @@ const HomePage: NextPage<HomeProps> = ({ recentPosts }) => { }; return ( - <Layout> + <Layout isHome={true}> <Head> <title>{pageTitle}</title> <meta name="description" content={pageDescription} /> |
