Change blog title
This commit is contained in:
@ -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} />
|
||||||
|
Reference in New Issue
Block a user