summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 22a22cdb2..8a37fbbf1 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 Demo Day September Edition" publishDate="September 20, 2021" href="/blog/demo-day-2021-09">
+ <span>Astro September Demo Day was today and we had 4 amazing talks, including one with big announcements on the future direction of Astro.</span>
+ </BlogPostPreview>
+
<BlogPostPreview title="Astro 0.19" publishDate="Wednesday, August 18 2021" href="/blog/astro-019">
<span>Introducing: Next.js-inspired file routing • Astro.resolve() • client:only components • translations.</span>
</BlogPostPreview>