updated blog, added specific subtitles, removed template

This commit is contained in:
Mik-TF
2024-06-10 09:42:41 -04:00
parent 684d7b61e5
commit 9c3fa1b829
5 changed files with 8 additions and 215 deletions

View File

@@ -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} />