diff options
author | 2021-10-17 23:09:57 -0400 | |
---|---|---|
committer | 2021-10-17 22:09:57 -0500 | |
commit | 1677fae9de65b3ea3ea32de0a7866bca738224f2 (patch) | |
tree | 37541e65deb127af64d1f6ee1deb90a51b2b301e | |
parent | ba84e92866e18a7c1913aac6716a335a35d1626a (diff) | |
download | astro-1677fae9de65b3ea3ea32de0a7866bca738224f2.tar.gz astro-1677fae9de65b3ea3ea32de0a7866bca738224f2.tar.zst astro-1677fae9de65b3ea3ea32de0a7866bca738224f2.zip |
Add two missing blog posts to blog index (#1580)
-rw-r--r-- | www/src/pages/blog/index.astro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/src/pages/blog/index.astro b/www/src/pages/blog/index.astro index 137011c1f..ae4b6c0f3 100644 --- a/www/src/pages/blog/index.astro +++ b/www/src/pages/blog/index.astro @@ -75,6 +75,14 @@ let lang = 'en'; <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="Introducing the Astro REPL" publishDate="September 17, 2021" href="/blog/astro-repl"> + <span>The power of Astro, right in your browser.</span> + </BlogPostPreview> + + <BlogPostPreview title="Netlify Becomes Astro's Official Hosting Partner" publishDate="September 9, 2021" href="/blog/netlify-astro-hosting-sponsorship"> + <span>We are happy to announce that Netlify has become Astro’s first corporate sponsor and exclusive hosting partner, donating $2,500 each month towards the ongoing open source maintenance and development 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> |