updated blog, added specific subtitles, removed template
This commit is contained in:
@@ -38,9 +38,9 @@ const metadata = {
|
||||
<Layout metadata={metadata}>
|
||||
<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"
|
||||
subtitle="Read our blog to learn more about Project INCA!"
|
||||
>
|
||||
The Blog
|
||||
Project INCA Blog
|
||||
</Headline>
|
||||
<BlogList posts={page.data} />
|
||||
<Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />
|
||||
|
Reference in New Issue
Block a user