0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Standardize blog dates (#1581)

This commit is contained in:
AsyncBanana 2021-10-18 08:25:40 -04:00 committed by GitHub
parent b51d0f34a3
commit 483ae6bf60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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';

View file

@ -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';
---

View file

@ -83,15 +83,15 @@ let lang = 'en';
<span>We are happy to announce that Netlify has become Astros 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">
<BlogPostPreview title="Astro 0.19" publishDate="August 18, 2021" href="/blog/astro-019">
<span>Introducing: Next.js-inspired file routing • Astro.resolve() • client:only components • translations.</span>
</BlogPostPreview>
<BlogPostPreview title="Astro 0.18" publishDate="Tuesday, July 27 2021" href="/blog/astro-018">
<BlogPostPreview title="Astro 0.18" publishDate="July 27, 2021" href="/blog/astro-018">
<span>Introducing: Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support.</span>
</BlogPostPreview>
<BlogPostPreview title="Introducing Astro: Ship Less JavaScript" publishDate="Tuesday, June 8 2021" href="/blog/introducing-astro">
<BlogPostPreview title="Introducing Astro: Ship Less JavaScript" publishDate="June 8, 2021" href="/blog/introducing-astro">
<span>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.</span>
</BlogPostPreview>
</section>

View file

@ -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';

View file

@ -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 Astros 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';
---