diff --git a/www/src/pages/blog/astro-018.astro b/www/src/pages/blog/astro-018.astro
index ec30c4640..f2c9fa1d4 100644
--- a/www/src/pages/blog/astro-018.astro
+++ b/www/src/pages/blog/astro-018.astro
@@ -11,7 +11,7 @@ import { mediaQueries } from '../../config.js';
let title = 'Astro 0.18 Release';
let description = `Introducing: Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support • and more!`;
-let publishDate = 'Tuesday, July 27 2021';
+let publishDate = 'July 27, 2021';
let author = 'matthew';
let heroImage = '/social.jpg';
let lang = 'en';
diff --git a/www/src/pages/blog/astro-019.astro b/www/src/pages/blog/astro-019.astro
index b5d106135..d76557693 100644
--- a/www/src/pages/blog/astro-019.astro
+++ b/www/src/pages/blog/astro-019.astro
@@ -11,7 +11,7 @@ import { mediaQueries } from '../../config.js';
let title = 'Astro 0.19';
let description = `Introducing: Next.js-inspired dynamic routing • Astro.resolve() • client:only components • translations • and more!`;
-let publishDate = 'Tuesday, August 18 2021';
+let publishDate = 'August 18, 2021';
let heroImage = '/social.jpg';
let lang = 'en';
---
diff --git a/www/src/pages/blog/index.astro b/www/src/pages/blog/index.astro
index ae4b6c0f3..11d1aefb1 100644
--- a/www/src/pages/blog/index.astro
+++ b/www/src/pages/blog/index.astro
@@ -83,15 +83,15 @@ let lang = 'en';
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.
-
+
Introducing: Next.js-inspired file routing • Astro.resolve() • client:only components • translations.
-
+
Introducing: Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support.
-
+
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.
diff --git a/www/src/pages/blog/introducing-astro.astro b/www/src/pages/blog/introducing-astro.astro
index e74b784a4..290e855ad 100644
--- a/www/src/pages/blog/introducing-astro.astro
+++ b/www/src/pages/blog/introducing-astro.astro
@@ -9,7 +9,7 @@ import Shell from '../../components/Shell.astro';
let title = 'Introducing Astro: Ship Less JavaScript';
let description = `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.`;
-let publishDate = 'Tuesday, June 8 2021';
+let publishDate = 'June 8, 2021';
let author = 'fred';
let heroImage = '/social.jpg';
let permalink = 'https://astro.build/blog/introducing-astro';
diff --git a/www/src/pages/blog/netlify-astro-hosting-sponsorship.astro b/www/src/pages/blog/netlify-astro-hosting-sponsorship.astro
index 99cf0d3c8..2332c92c5 100644
--- a/www/src/pages/blog/netlify-astro-hosting-sponsorship.astro
+++ b/www/src/pages/blog/netlify-astro-hosting-sponsorship.astro
@@ -11,7 +11,7 @@ import { mediaQueries } from '../../config.js';
let title = "Netlify Becomes Astro's Official Hosting Partner";
let description = `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.`;
-let publishDate = 'Thursday, September 9 2021';
+let publishDate = 'September 9, 2021';
let heroImage = '/assets/blog/astro-netlify-social.jpg';
let lang = 'en';
---