Change blog title

This commit is contained in:
prototypa
2023-01-09 00:18:33 -05:00
parent c7e56e6e24
commit b1f3b7be7a

View File

@ -31,7 +31,7 @@ const meta = {
<Layout {meta}> <Layout {meta}>
<section class="px-6 sm:px-6 py-12 sm:py-16 lg:py-20 mx-auto max-w-4xl"> <section class="px-6 sm:px-6 py-12 sm:py-16 lg:py-20 mx-auto max-w-4xl">
<Headline subtitle="A statically generated blog example with news, tutorials, resources and other interesting content related to AstroWind"> <Headline subtitle="A statically generated blog example with news, tutorials, resources and other interesting content related to AstroWind">
Blog The Blog
</Headline> </Headline>
<BlogList posts={page.data} /> <BlogList posts={page.data} />
<Pagination prevUrl={page.url.prev} nextUrl={page.url.next} /> <Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />