summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar AsyncBanana <58297401+AsyncBanana@users.noreply.github.com> 2021-10-03 02:32:09 -0400
committerGravatar GitHub <noreply@github.com> 2021-10-02 23:32:09 -0700
commite318093522ebb0916672c4f4c31f3387a1933a7b (patch)
tree9a9235f1ad4ed89311dbd80750aa5761cec39869
parente4b0db9b12c13c861b554be91ad5bcf74f54191a (diff)
downloadastro-e318093522ebb0916672c4f4c31f3387a1933a7b.tar.gz
astro-e318093522ebb0916672c4f4c31f3387a1933a7b.tar.zst
astro-e318093522ebb0916672c4f4c31f3387a1933a7b.zip
Updated blog index with demo day post (#1477)
-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>