update blog post date for tomorrow
This commit is contained in:
parent
d340613a4c
commit
cec0f1cdf3
3 changed files with 4 additions and 4 deletions
|
@ -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 17 2021';
|
||||
let publishDate = 'Tuesday, August 18 2021';
|
||||
let heroImage = '/social.jpg';
|
||||
let lang = 'en';
|
||||
---
|
||||
|
|
|
@ -67,7 +67,7 @@ let lang = 'en';
|
|||
<p>{description}</p>
|
||||
</section>
|
||||
<section>
|
||||
<BlogPostPreview title="Astro 0.19" publishDate="Tuesday, August 17 2021" href="/blog/astro-019">
|
||||
<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>
|
||||
|
||||
|
|
|
@ -50,8 +50,8 @@ let lang = 'en';
|
|||
|
||||
<br/>
|
||||
|
||||
<a class="action-button" href="/blog/astro-018">
|
||||
New Blog Post - Astro 0.18 Release
|
||||
<a class="action-button" href="/blog/astro-019">
|
||||
New Blog Post - Astro 0.19 Release
|
||||
<span style="float: right;">→</span>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue