summaryrefslogtreecommitdiff
path: root/www/src/pages/blog/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'www/src/pages/blog/index.astro')
-rw-r--r--www/src/pages/blog/index.astro4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/src/pages/blog/index.astro b/www/src/pages/blog/index.astro
index 264f5cfec..719b9b629 100644
--- a/www/src/pages/blog/index.astro
+++ b/www/src/pages/blog/index.astro
@@ -67,6 +67,10 @@ let lang = 'en';
<p>{description}</p>
</section>
<section>
+ <BlogPostPreview title="Astro 0.18 Release" publishDate="Tuesday, July 27 2021" href="/blog/astro-018">
+ <p>Astro 0.18 is our biggest release since Astro launch. It includes a new responsive hydrator, named slots, global stylesheets, and two new renderers. Ready on to learn more on this release.</p>
+ </BlogPostPreview>
+
<BlogPostPreview title="Introducing Astro: Ship Less JavaScript" publishDate="Tuesday, June 8 2021" href="/blog/introducing-astro">
<p>We're excited to announce Astro as a new way to build static websites and deliver lightning-fast performance without sacrificing a modern developer experience.</p>
</BlogPostPreview>