initial customizations

This commit is contained in:
Cory Dransfeldt 2022-05-21 18:10:31 -07:00
parent d799808203
commit dec820fd01
19 changed files with 14676 additions and 132 deletions

View file

@ -29,7 +29,7 @@ export default function Blog({
}: InferGetStaticPropsType<typeof getStaticProps>) {
return (
<>
<PageSEO title={`Blog - ${siteMetadata.author}`} description={siteMetadata.description} />
<PageSEO title={`News - ${siteMetadata.author}`} description={siteMetadata.description} />
<ListLayout
posts={posts}
initialDisplayPosts={initialDisplayPosts}